| Package | Description |
|---|---|
| com.amazonaws.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<RemoveTagsFromVaultResult> |
AbstractAmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request,
AsyncHandler<RemoveTagsFromVaultRequest,RemoveTagsFromVaultResult> asyncHandler) |
| 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 © 2024. All rights reserved.