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 DescribeVaultOutputDescribeVaultOutput. clone()DescribeVaultOutputDescribeVaultOutput. withCreationDate(String creationDate)The UTC date when the vault was created.DescribeVaultOutputDescribeVaultOutput. withLastInventoryDate(String lastInventoryDate)The UTC date when Amazon Glacier completed the last vault inventory.DescribeVaultOutputDescribeVaultOutput. withNumberOfArchives(Long numberOfArchives)The number of archives in the vault as of the last inventory date.DescribeVaultOutputDescribeVaultOutput. withSizeInBytes(Long sizeInBytes)Total size, in bytes, of the archives in the vault as of the last inventory date.DescribeVaultOutputDescribeVaultOutput. withVaultARN(String vaultARN)The Amazon Resource Name (ARN) of the vault.DescribeVaultOutputDescribeVaultOutput. 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 ListVaultsResultListVaultsResult. 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 voidListVaultsResult. setVaultList(Collection<DescribeVaultOutput> vaultList)List of vaults.ListVaultsResultListVaultsResult. withVaultList(Collection<DescribeVaultOutput> vaultList)List of vaults.
-