Uses of Class
com.amazonaws.services.glacier.model.CompleteVaultLockRequest
Packages that use CompleteVaultLockRequest
-
Uses of CompleteVaultLockRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type CompleteVaultLockRequestModifier and TypeMethodDescriptionAbstractAmazonGlacier.completeVaultLock(CompleteVaultLockRequest request) AmazonGlacier.completeVaultLock(CompleteVaultLockRequest completeVaultLockRequest) This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.AmazonGlacierClient.completeVaultLock(CompleteVaultLockRequest completeVaultLockRequest) This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.AbstractAmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest request) AbstractAmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest request, AsyncHandler<CompleteVaultLockRequest, CompleteVaultLockResult> asyncHandler) AmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest) This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.AmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest, AsyncHandler<CompleteVaultLockRequest, CompleteVaultLockResult> asyncHandler) This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.AmazonGlacierAsyncClient.completeVaultLockAsync(CompleteVaultLockRequest request) AmazonGlacierAsyncClient.completeVaultLockAsync(CompleteVaultLockRequest request, AsyncHandler<CompleteVaultLockRequest, CompleteVaultLockResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type CompleteVaultLockRequestModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest request, AsyncHandler<CompleteVaultLockRequest, CompleteVaultLockResult> asyncHandler) AmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest, AsyncHandler<CompleteVaultLockRequest, CompleteVaultLockResult> asyncHandler) This operation completes the vault locking process by transitioning the vault lock from theInProgressstate to theLockedstate, which causes the vault lock policy to become unchangeable.AmazonGlacierAsyncClient.completeVaultLockAsync(CompleteVaultLockRequest request, AsyncHandler<CompleteVaultLockRequest, CompleteVaultLockResult> asyncHandler) -
Uses of CompleteVaultLockRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return CompleteVaultLockRequestModifier and TypeMethodDescriptionCompleteVaultLockRequest.clone()CompleteVaultLockRequest.withAccountId(String accountId) TheAccountIdvalue is the AWS account ID.CompleteVaultLockRequest.withLockId(String lockId) ThelockIdvalue is the lock ID obtained from a InitiateVaultLock request.CompleteVaultLockRequest.withVaultName(String vaultName) The name of the vault.