Uses of Class
software.amazon.awssdk.services.glacier.model.GetVaultLockRequest
-
Packages that use GetVaultLockRequest Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.transform -
-
Uses of GetVaultLockRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type GetVaultLockRequest Modifier and Type Method Description default CompletableFuture<GetVaultLockResponse>GlacierAsyncClient. getVaultLock(GetVaultLockRequest getVaultLockRequest)This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:default GetVaultLockResponseGlacierClient. getVaultLock(GetVaultLockRequest getVaultLockRequest)This operation retrieves the following attributes from thelock-policysubresource set on the specified vault: -
Uses of GetVaultLockRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type GetVaultLockRequest Modifier and Type Method Description SdkHttpFullRequestGetVaultLockRequestMarshaller. marshall(GetVaultLockRequest getVaultLockRequest)
-