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