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 |
---|---|
DescribeVaultResult |
AmazonGlacierClient.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 |
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.
|
Future<DescribeVaultResult> |
AmazonGlacierAsyncClient.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> |
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> |
AmazonGlacierAsyncClient.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> |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeVaultResult> |
AmazonGlacierAsyncClient.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> |
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeVaultRequest |
DescribeVaultRequest.withAccountId(String accountId)
The
AccountId is the AWS Account ID. |
DescribeVaultRequest |
DescribeVaultRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2014. All rights reserved.