Package | Description |
---|---|
com.amazonaws.services.glacier.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<DescribeVaultOutput> |
ListVaultsResult.getVaultList()
List of vaults.
|
Modifier and Type | Method and Description |
---|---|
ListVaultsResult |
ListVaultsResult.withVaultList(DescribeVaultOutput... vaultList)
List of vaults.
|
Modifier and Type | Method and Description |
---|---|
void |
ListVaultsResult.setVaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.
|
ListVaultsResult |
ListVaultsResult.withVaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.
|
Copyright © 2018. All rights reserved.