Package | Description |
---|---|
com.amazonaws.services.glacier | |
com.amazonaws.services.glacier.model |
Modifier and Type | Method and Description |
---|---|
Future<RemoveTagsFromVaultResult> |
AbstractAmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request,
AsyncHandler<RemoveTagsFromVaultRequest,RemoveTagsFromVaultResult> asyncHandler) |
Future<RemoveTagsFromVaultResult> |
AmazonGlacierAsyncClient.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request,
AsyncHandler<RemoveTagsFromVaultRequest,RemoveTagsFromVaultResult> asyncHandler) |
Future<RemoveTagsFromVaultResult> |
AmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest,
AsyncHandler<RemoveTagsFromVaultRequest,RemoveTagsFromVaultResult> 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 © 2018. All rights reserved.