| Package | Description |
|---|---|
| com.amazonaws.services.glacier |
Amazon Glacier is a storage solution for "cold data."
|
| com.amazonaws.services.glacier.model | |
| com.amazonaws.services.glacier.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeVaultResult |
AbstractAmazonGlacier.describeVault(DescribeVaultRequest request) |
DescribeVaultResult |
AmazonGlacier.describeVault(DescribeVaultRequest describeVaultRequest)
This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the
vault was created, the number of archives it contains, and the total size of all the archives in the vault.
|
DescribeVaultResult |
AmazonGlacierClient.describeVault(DescribeVaultRequest request)
This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the
vault was created, the number of archives it contains, and the total size of all the archives in the vault.
|
Future<DescribeVaultResult> |
AmazonGlacierAsyncClient.describeVaultAsync(DescribeVaultRequest request) |
Future<DescribeVaultResult> |
AmazonGlacierAsync.describeVaultAsync(DescribeVaultRequest describeVaultRequest)
This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the
vault was created, the number of archives it contains, and the total size of all the archives in the vault.
|
Future<DescribeVaultResult> |
AbstractAmazonGlacierAsync.describeVaultAsync(DescribeVaultRequest request) |
Future<DescribeVaultResult> |
AmazonGlacierAsyncClient.describeVaultAsync(DescribeVaultRequest request,
AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler) |
Future<DescribeVaultResult> |
AmazonGlacierAsync.describeVaultAsync(DescribeVaultRequest describeVaultRequest,
AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler)
This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the
vault was created, the number of archives it contains, and the total size of all the archives in the vault.
|
Future<DescribeVaultResult> |
AbstractAmazonGlacierAsync.describeVaultAsync(DescribeVaultRequest request,
AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeVaultResult> |
AmazonGlacierAsyncClient.describeVaultAsync(DescribeVaultRequest request,
AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler) |
Future<DescribeVaultResult> |
AmazonGlacierAsync.describeVaultAsync(DescribeVaultRequest describeVaultRequest,
AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler)
This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the
vault was created, the number of archives it contains, and the total size of all the archives in the vault.
|
Future<DescribeVaultResult> |
AbstractAmazonGlacierAsync.describeVaultAsync(DescribeVaultRequest request,
AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeVaultRequest |
DescribeVaultRequest.clone() |
DescribeVaultRequest |
DescribeVaultRequest.withAccountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
DescribeVaultRequest |
DescribeVaultRequest.withVaultName(String vaultName)
The name of the vault.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeVaultRequest> |
AmazonGlacierWaiters.vaultExists()
Builds a VaultExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeVaultRequest> |
AmazonGlacierWaiters.vaultNotExists()
Builds a VaultNotExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVaultResult |
DescribeVaultFunction.apply(DescribeVaultRequest describeVaultRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.