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