| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| Modifier and Type | Method and Description |
|---|---|
default RemoveTagsFromVaultResponse |
GlacierClient.removeTagsFromVault(Consumer<RemoveTagsFromVaultRequest.Builder> removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached to a vault.
|
default RemoveTagsFromVaultResponse |
GlacierClient.removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached to a vault.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveTagsFromVaultResponse> |
GlacierAsyncClient.removeTagsFromVault(Consumer<RemoveTagsFromVaultRequest.Builder> removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached to a vault.
|
default CompletableFuture<RemoveTagsFromVaultResponse> |
GlacierAsyncClient.removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)
This operation removes one or more tags from the set of tags attached to a vault.
|
Copyright © 2023. All rights reserved.