> + * @see <a > href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-delete.html" > /> > + */ > + boolean deleteVaultIfEmpty(String vaultName); > + > + /** > + * A GET request operation with a vault name to fetch the vault metadata. > + * > + * @param vaultName > + * Name of the Vault being described. > + * @return A VaultMetadata object containing all the information relevant > to the vault. > + * @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.
"Lists vaults"? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/4/files#r13034628
