Uses of Class
com.amazonaws.services.glacier.model.DescribeVaultOutput
Packages that use DescribeVaultOutput
-
Uses of DescribeVaultOutput in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return DescribeVaultOutputModifier and TypeMethodDescriptionDescribeVaultOutput.clone()
DescribeVaultOutput.withCreationDate
(String creationDate) The UTC date when the vault was created.DescribeVaultOutput.withLastInventoryDate
(String lastInventoryDate) The UTC date when Amazon Glacier completed the last vault inventory.DescribeVaultOutput.withNumberOfArchives
(Long numberOfArchives) The number of archives in the vault as of the last inventory date.DescribeVaultOutput.withSizeInBytes
(Long sizeInBytes) Total size, in bytes, of the archives in the vault as of the last inventory date.DescribeVaultOutput.withVaultARN
(String vaultARN) The Amazon Resource Name (ARN) of the vault.DescribeVaultOutput.withVaultName
(String vaultName) The name of the vault.Methods in com.amazonaws.services.glacier.model that return types with arguments of type DescribeVaultOutputMethods in com.amazonaws.services.glacier.model with parameters of type DescribeVaultOutputModifier and TypeMethodDescriptionListVaultsResult.withVaultList
(DescribeVaultOutput... vaultList) List of vaults.Method parameters in com.amazonaws.services.glacier.model with type arguments of type DescribeVaultOutputModifier and TypeMethodDescriptionvoid
ListVaultsResult.setVaultList
(Collection<DescribeVaultOutput> vaultList) List of vaults.ListVaultsResult.withVaultList
(Collection<DescribeVaultOutput> vaultList) List of vaults.