Package | Description |
---|---|
com.amazonaws.services.glacier | |
com.amazonaws.services.glacier.model |
Modifier and Type | Method and Description |
---|---|
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 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 |
AbstractAmazonGlacier.describeVault(DescribeVaultRequest request) |
Future<DescribeVaultResult> |
AbstractAmazonGlacierAsync.describeVaultAsync(DescribeVaultRequest request) |
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,
AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeVaultResult> |
AbstractAmazonGlacierAsync.describeVaultAsync(DescribeVaultRequest request,
AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler) |
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.
|
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.
|
Copyright © 2018. All rights reserved.