Uses of Class
com.amazonaws.services.glacier.model.GetVaultLockRequest
-
Packages that use GetVaultLockRequest Package Description com.amazonaws.services.glacier com.amazonaws.services.glacier.model -
-
Uses of GetVaultLockRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type GetVaultLockRequest 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: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 GetVaultLockRequest 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 GetVaultLockRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return GetVaultLockRequest Modifier and Type Method Description GetVaultLockRequestGetVaultLockRequest. clone()GetVaultLockRequestGetVaultLockRequest. withAccountId(String accountId)TheAccountIdvalue is the AWS account ID of the account that owns the vault.GetVaultLockRequestGetVaultLockRequest. withVaultName(String vaultName)The name of the vault.
-