Java com.amazonaws.services.glacier.model DescribeVaultResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.glacier.model DescribeVaultResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.glacier.model DescribeVaultResult.

The text is from its open source code.

Method

StringgetCreationDate()

The Universal Coordinated Time (UTC) date when the vault was created.

StringgetLastInventoryDate()

The Universal Coordinated Time (UTC) date when Amazon S3 Glacier completed the last vault inventory.

LonggetNumberOfArchives()

The number of archives in the vault as of the last inventory date.

LonggetSizeInBytes()

Total size, in bytes, of the archives in the vault as of the last inventory date.

StringgetVaultARN()

The Amazon Resource Name (ARN) of the vault.

StringgetVaultName()

The name of the vault.

StringtoString()
Returns a string representation of this object.