| Package | Description |
|---|---|
| com.amazonaws.services.glacier |
Synchronous and asynchronous client classes for accessing AmazonGlacier.
|
| com.amazonaws.services.glacier.model |
Classes modeling the various types represented by AmazonGlacier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonGlacierClient.removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached
to a vault.
|
void |
AmazonGlacier.removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached
to a vault.
|
Future<Void> |
AmazonGlacierAsyncClient.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached
to a vault.
|
Future<Void> |
AmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached
to a vault.
|
Future<Void> |
AmazonGlacierAsyncClient.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest,
AsyncHandler<RemoveTagsFromVaultRequest,Void> asyncHandler)
This operation removes one or more tags from the set of tags attached
to a vault.
|
Future<Void> |
AmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest,
AsyncHandler<RemoveTagsFromVaultRequest,Void> asyncHandler)
This operation removes one or more tags from the set of tags attached
to a vault.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonGlacierAsyncClient.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest,
AsyncHandler<RemoveTagsFromVaultRequest,Void> asyncHandler)
This operation removes one or more tags from the set of tags attached
to a vault.
|
Future<Void> |
AmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest,
AsyncHandler<RemoveTagsFromVaultRequest,Void> asyncHandler)
This operation removes one or more tags from the set of tags attached
to a vault.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromVaultRequest |
RemoveTagsFromVaultRequest.clone() |
RemoveTagsFromVaultRequest |
RemoveTagsFromVaultRequest.withAccountId(String accountId)
The
AccountId value is the AWS account ID of the account
that owns the vault. |
RemoveTagsFromVaultRequest |
RemoveTagsFromVaultRequest.withTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
RemoveTagsFromVaultRequest |
RemoveTagsFromVaultRequest.withTagKeys(String... tagKeys)
A list of tag keys.
|
RemoveTagsFromVaultRequest |
RemoveTagsFromVaultRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2015. All rights reserved.