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 DescribeVaultResultAbstractAmazonGlacier. describeVault(DescribeVaultRequest request)DescribeVaultResultAmazonGlacier. 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.DescribeVaultResultAmazonGlacierClient. 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 DescribeVaultResultDescribeVaultResult. clone()DescribeVaultResultDescribeVaultResult. withCreationDate(String creationDate)The UTC date when the vault was created.DescribeVaultResultDescribeVaultResult. withLastInventoryDate(String lastInventoryDate)The UTC date when Amazon Glacier completed the last vault inventory.DescribeVaultResultDescribeVaultResult. withNumberOfArchives(Long numberOfArchives)The number of archives in the vault as of the last inventory date.DescribeVaultResultDescribeVaultResult. withSizeInBytes(Long sizeInBytes)Total size, in bytes, of the archives in the vault as of the last inventory date.DescribeVaultResultDescribeVaultResult. withVaultARN(String vaultARN)The Amazon Resource Name (ARN) of the vault.DescribeVaultResultDescribeVaultResult. withVaultName(String vaultName)The name of the vault.
-