Uses of Class
software.amazon.awssdk.services.amplifybackend.model.GetBackendStorageResponse
-
Packages that use GetBackendStorageResponse Package Description software.amazon.awssdk.services.amplifybackend AWS Amplify Admin API -
-
Uses of GetBackendStorageResponse in software.amazon.awssdk.services.amplifybackend
Methods in software.amazon.awssdk.services.amplifybackend that return GetBackendStorageResponse Modifier and Type Method Description default GetBackendStorageResponseAmplifyBackendClient. getBackendStorage(Consumer<GetBackendStorageRequest.Builder> getBackendStorageRequest)Gets details for a backend storage resource.default GetBackendStorageResponseAmplifyBackendClient. getBackendStorage(GetBackendStorageRequest getBackendStorageRequest)Gets details for a backend storage resource.Methods in software.amazon.awssdk.services.amplifybackend that return types with arguments of type GetBackendStorageResponse Modifier and Type Method Description default CompletableFuture<GetBackendStorageResponse>AmplifyBackendAsyncClient. getBackendStorage(Consumer<GetBackendStorageRequest.Builder> getBackendStorageRequest)Gets details for a backend storage resource.default CompletableFuture<GetBackendStorageResponse>AmplifyBackendAsyncClient. getBackendStorage(GetBackendStorageRequest getBackendStorageRequest)Gets details for a backend storage resource.
-