Uses of Class
com.amazonaws.services.glacier.model.GetVaultLockResult
-
Packages that use GetVaultLockResult Package Description com.amazonaws.services.glacier com.amazonaws.services.glacier.model -
-
Uses of GetVaultLockResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return GetVaultLockResult Modifier and Type Method Description GetVaultLockResultAbstractAmazonGlacier. getVaultLock(GetVaultLockRequest request)GetVaultLockResultAmazonGlacier. getVaultLock(GetVaultLockRequest getVaultLockRequest)This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:GetVaultLockResultAmazonGlacierClient. 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 GetVaultLockResult Modifier and Type Method Description Future<GetVaultLockResult>AbstractAmazonGlacierAsync. getVaultLockAsync(GetVaultLockRequest request)Future<GetVaultLockResult>AbstractAmazonGlacierAsync. getVaultLockAsync(GetVaultLockRequest request, AsyncHandler<GetVaultLockRequest,GetVaultLockResult> asyncHandler)Future<GetVaultLockResult>AmazonGlacierAsync. getVaultLockAsync(GetVaultLockRequest getVaultLockRequest)This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:Future<GetVaultLockResult>AmazonGlacierAsync. getVaultLockAsync(GetVaultLockRequest getVaultLockRequest, AsyncHandler<GetVaultLockRequest,GetVaultLockResult> asyncHandler)This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:Future<GetVaultLockResult>AmazonGlacierAsyncClient. getVaultLockAsync(GetVaultLockRequest request)Future<GetVaultLockResult>AmazonGlacierAsyncClient. getVaultLockAsync(GetVaultLockRequest request, AsyncHandler<GetVaultLockRequest,GetVaultLockResult> asyncHandler)Method parameters in com.amazonaws.services.glacier with type arguments of type GetVaultLockResult Modifier and Type Method Description Future<GetVaultLockResult>AbstractAmazonGlacierAsync. getVaultLockAsync(GetVaultLockRequest request, AsyncHandler<GetVaultLockRequest,GetVaultLockResult> asyncHandler)Future<GetVaultLockResult>AmazonGlacierAsync. getVaultLockAsync(GetVaultLockRequest getVaultLockRequest, AsyncHandler<GetVaultLockRequest,GetVaultLockResult> asyncHandler)This operation retrieves the following attributes from thelock-policysubresource set on the specified vault:Future<GetVaultLockResult>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 GetVaultLockResult Modifier and Type Method Description GetVaultLockResultGetVaultLockResult. clone()GetVaultLockResultGetVaultLockResult. withCreationDate(String creationDate)The UTC date and time at which the vault lock was put into theInProgressstate.GetVaultLockResultGetVaultLockResult. withExpirationDate(String expirationDate)The UTC date and time at which the lock ID expires.GetVaultLockResultGetVaultLockResult. withPolicy(String policy)The vault lock policy as a JSON string, which uses "\" as an escape character.GetVaultLockResultGetVaultLockResult. withState(String state)The state of the vault lock.
-