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