Uses of Class
software.amazon.awssdk.services.amplifybackend.model.GetBackendApiResponse
-
Packages that use GetBackendApiResponse Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin API -
-
Uses of GetBackendApiResponse in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend that return GetBackendApiResponse Modifier and Type Method Description default GetBackendApiResponseAmplifyBackendClient. getBackendAPI(Consumer<GetBackendApiRequest.Builder> getBackendApiRequest)Gets the details for a backend API.default GetBackendApiResponseAmplifyBackendClient. getBackendAPI(GetBackendApiRequest getBackendApiRequest)Gets the details for a backend API.Methods in software.amazon.awssdk.services.amplifybackend that return types with arguments of type GetBackendApiResponse Modifier and Type Method Description default CompletableFuture<GetBackendApiResponse>AmplifyBackendAsyncClient. getBackendAPI(Consumer<GetBackendApiRequest.Builder> getBackendApiRequest)Gets the details for a backend API.default CompletableFuture<GetBackendApiResponse>AmplifyBackendAsyncClient. getBackendAPI(GetBackendApiRequest getBackendApiRequest)Gets the details for a backend API.
-