Package | Description |
---|---|
com.amazonaws.services.glacier.model | |
com.amazonaws.services.glacier.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DescribeVaultOutput> |
ListVaultsResult.vaultList
List of vaults.
|
Modifier and Type | Method and Description |
---|---|
DescribeVaultOutput |
DescribeVaultOutput.clone() |
DescribeVaultOutput |
DescribeVaultOutput.withCreationDate(java.lang.String creationDate)
The UTC date when the vault was created.
|
DescribeVaultOutput |
DescribeVaultOutput.withLastInventoryDate(java.lang.String lastInventoryDate)
The UTC date when Amazon Glacier completed the last vault inventory.
|
DescribeVaultOutput |
DescribeVaultOutput.withNumberOfArchives(java.lang.Long numberOfArchives)
The number of archives in the vault as of the last inventory date.
|
DescribeVaultOutput |
DescribeVaultOutput.withSizeInBytes(java.lang.Long sizeInBytes)
Total size, in bytes, of the archives in the vault as of the last
inventory date.
|
DescribeVaultOutput |
DescribeVaultOutput.withVaultARN(java.lang.String vaultARN)
The Amazon Resource Name (ARN) of the vault.
|
DescribeVaultOutput |
DescribeVaultOutput.withVaultName(java.lang.String vaultName)
The name of the vault.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DescribeVaultOutput> vaultList)
List of vaults.
|
ListVaultsResult |
ListVaultsResult.withVaultList(java.util.Collection<DescribeVaultOutput> vaultList)
List of vaults.
|
Modifier and Type | Method and Description |
---|---|
DescribeVaultOutput |
DescribeVaultOutputJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeVaultOutputJsonMarshaller.marshall(DescribeVaultOutput describeVaultOutput,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|