Uses of Class
com.amazonaws.services.glacier.model.GetVaultLockResult
Packages that use GetVaultLockResult
-
Uses of GetVaultLockResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return GetVaultLockResultModifier and TypeMethodDescriptionAbstractAmazonGlacier.getVaultLock(GetVaultLockRequest request) AmazonGlacier.getVaultLock(GetVaultLockRequest getVaultLockRequest) This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:AmazonGlacierClient.getVaultLock(GetVaultLockRequest getVaultLockRequest) This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:Methods in com.amazonaws.services.glacier that return types with arguments of type GetVaultLockResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.getVaultLockAsync(GetVaultLockRequest request) AbstractAmazonGlacierAsync.getVaultLockAsync(GetVaultLockRequest request, AsyncHandler<GetVaultLockRequest, GetVaultLockResult> asyncHandler) AmazonGlacierAsync.getVaultLockAsync(GetVaultLockRequest getVaultLockRequest) This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:AmazonGlacierAsync.getVaultLockAsync(GetVaultLockRequest getVaultLockRequest, AsyncHandler<GetVaultLockRequest, GetVaultLockResult> asyncHandler) This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:AmazonGlacierAsyncClient.getVaultLockAsync(GetVaultLockRequest request) AmazonGlacierAsyncClient.getVaultLockAsync(GetVaultLockRequest request, AsyncHandler<GetVaultLockRequest, GetVaultLockResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type GetVaultLockResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.getVaultLockAsync(GetVaultLockRequest request, AsyncHandler<GetVaultLockRequest, GetVaultLockResult> asyncHandler) AmazonGlacierAsync.getVaultLockAsync(GetVaultLockRequest getVaultLockRequest, AsyncHandler<GetVaultLockRequest, GetVaultLockResult> asyncHandler) This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:AmazonGlacierAsyncClient.getVaultLockAsync(GetVaultLockRequest request, AsyncHandler<GetVaultLockRequest, GetVaultLockResult> asyncHandler) -
Uses of GetVaultLockResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return GetVaultLockResultModifier and TypeMethodDescriptionGetVaultLockResult.clone()GetVaultLockResult.withCreationDate(String creationDate) The UTC date and time at which the vault lock was put into theInProgressstate.GetVaultLockResult.withExpirationDate(String expirationDate) The UTC date and time at which the lock ID expires.GetVaultLockResult.withPolicy(String policy) The vault lock policy as a JSON string, which uses "\" as an escape character.The state of the vault lock.