| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeVaultOutput |
DescribeVaultOutput.clone() |
DescribeVaultOutput |
DescribeVaultOutput.withCreationDate(String creationDate)
The Universal Coordinated Time (UTC) date when the vault was created.
|
DescribeVaultOutput |
DescribeVaultOutput.withLastInventoryDate(String lastInventoryDate)
The Universal Coordinated Time (UTC) date when Amazon S3 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 © 2020. All rights reserved.