Uses of Class
com.amazonaws.services.glacier.model.DescribeVaultRequest
Packages that use DescribeVaultRequest
-
Uses of DescribeVaultRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type DescribeVaultRequestModifier 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.AbstractAmazonGlacierAsync.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 DescribeVaultRequestModifier 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 DescribeVaultRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return DescribeVaultRequestModifier and TypeMethodDescriptionDescribeVaultRequest.clone()DescribeVaultRequest.withAccountId(String accountId) TheAccountIdvalue is the AWS account ID of the account that owns the vault.DescribeVaultRequest.withVaultName(String vaultName) The name of the vault.