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