Uses of Class
com.amazonaws.services.glacier.model.DescribeVaultResult
-
Packages that use DescribeVaultResult Package Description com.amazonaws.services.glacier com.amazonaws.services.glacier.model -
-
Uses of DescribeVaultResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return DescribeVaultResult Modifier and Type Method 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 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.Methods in com.amazonaws.services.glacier that return types with arguments of type DescribeVaultResult Modifier and Type Method Description Future<DescribeVaultResult>
AbstractAmazonGlacierAsync. describeVaultAsync(DescribeVaultRequest request)
Future<DescribeVaultResult>
AbstractAmazonGlacierAsync. describeVaultAsync(DescribeVaultRequest request, AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler)
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>
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>
AmazonGlacierAsyncClient. describeVaultAsync(DescribeVaultRequest request)
Future<DescribeVaultResult>
AmazonGlacierAsyncClient. describeVaultAsync(DescribeVaultRequest request, AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler)
Method parameters in com.amazonaws.services.glacier with type arguments of type DescribeVaultResult Modifier and Type Method Description Future<DescribeVaultResult>
AbstractAmazonGlacierAsync. 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>
AmazonGlacierAsyncClient. describeVaultAsync(DescribeVaultRequest request, AsyncHandler<DescribeVaultRequest,DescribeVaultResult> asyncHandler)
-
Uses of DescribeVaultResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return DescribeVaultResult Modifier and Type Method Description DescribeVaultResult
DescribeVaultResult. clone()
DescribeVaultResult
DescribeVaultResult. withCreationDate(String creationDate)
The UTC date when the vault was created.DescribeVaultResult
DescribeVaultResult. withLastInventoryDate(String lastInventoryDate)
The UTC date when Amazon Glacier completed the last vault inventory.DescribeVaultResult
DescribeVaultResult. withNumberOfArchives(Long numberOfArchives)
The number of archives in the vault as of the last inventory date.DescribeVaultResult
DescribeVaultResult. withSizeInBytes(Long sizeInBytes)
Total size, in bytes, of the archives in the vault as of the last inventory date.DescribeVaultResult
DescribeVaultResult. withVaultARN(String vaultARN)
The Amazon Resource Name (ARN) of the vault.DescribeVaultResult
DescribeVaultResult. withVaultName(String vaultName)
The name of the vault.
-