| Package | Description |
|---|---|
| com.amazonaws.services.glacier |
Synchronous and asynchronous client classes for accessing AmazonGlacier.
|
| com.amazonaws.services.glacier.model |
Classes modeling the various types represented by AmazonGlacier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonGlacierClient.completeVaultLock(CompleteVaultLockRequest completeVaultLockRequest)
This operation completes the vault locking process by transitioning
the vault lock from the
InProgress state to the
Locked state, which causes the vault lock policy to
become unchangeable. |
void |
AmazonGlacier.completeVaultLock(CompleteVaultLockRequest completeVaultLockRequest)
This operation completes the vault locking process by transitioning
the vault lock from the
InProgress state to the
Locked state, which causes the vault lock policy to
become unchangeable. |
Future<Void> |
AmazonGlacierAsyncClient.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest)
This operation completes the vault locking process by transitioning
the vault lock from the
InProgress state to the
Locked state, which causes the vault lock policy to
become unchangeable. |
Future<Void> |
AmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest)
This operation completes the vault locking process by transitioning
the vault lock from the
InProgress state to the
Locked state, which causes the vault lock policy to
become unchangeable. |
Future<Void> |
AmazonGlacierAsyncClient.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest,
AsyncHandler<CompleteVaultLockRequest,Void> asyncHandler)
This operation completes the vault locking process by transitioning
the vault lock from the
InProgress state to the
Locked state, which causes the vault lock policy to
become unchangeable. |
Future<Void> |
AmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest,
AsyncHandler<CompleteVaultLockRequest,Void> asyncHandler)
This operation completes the vault locking process by transitioning
the vault lock from the
InProgress state to the
Locked state, which causes the vault lock policy to
become unchangeable. |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonGlacierAsyncClient.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest,
AsyncHandler<CompleteVaultLockRequest,Void> asyncHandler)
This operation completes the vault locking process by transitioning
the vault lock from the
InProgress state to the
Locked state, which causes the vault lock policy to
become unchangeable. |
Future<Void> |
AmazonGlacierAsync.completeVaultLockAsync(CompleteVaultLockRequest completeVaultLockRequest,
AsyncHandler<CompleteVaultLockRequest,Void> asyncHandler)
This operation completes the vault locking process by transitioning
the vault lock from the
InProgress state to the
Locked state, which causes the vault lock policy to
become unchangeable. |
| Modifier and Type | Method and Description |
|---|---|
CompleteVaultLockRequest |
CompleteVaultLockRequest.clone() |
CompleteVaultLockRequest |
CompleteVaultLockRequest.withAccountId(String accountId)
The
AccountId value is the AWS account ID. |
CompleteVaultLockRequest |
CompleteVaultLockRequest.withLockId(String lockId)
The
lockId value is the lock ID obtained from a
InitiateVaultLock request. |
CompleteVaultLockRequest |
CompleteVaultLockRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2015. All rights reserved.