> + * @see <a > href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-get.html" > /> > + */ > + VaultMetadata describeVault(String vaultName); > + > + /** > + * A GET request operation to retrieve a vault listing. > + * > + * @param options > + * Options used for pagination. > + * @return A PaginatedVaultCollection object containing the list of > vaults. > + * @see <a > href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vaults-get.html" > /> > + */ > + PaginatedVaultCollection listVaults(PaginationOptions options); > + > + /** > + * A GET request operation to retrieve a vault listing.
"Lists vaults" --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/4/files#r13034630
