Uses of Class
software.amazon.awssdk.services.glacier.model.RemoveTagsFromVaultResponse
-
Packages that use RemoveTagsFromVaultResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of RemoveTagsFromVaultResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return RemoveTagsFromVaultResponse Modifier and Type Method Description default RemoveTagsFromVaultResponseGlacierClient. removeTagsFromVault(Consumer<RemoveTagsFromVaultRequest.Builder> removeTagsFromVaultRequest)This operation removes one or more tags from the set of tags attached to a vault.default RemoveTagsFromVaultResponseGlacierClient. removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)This operation removes one or more tags from the set of tags attached to a vault.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type RemoveTagsFromVaultResponse Modifier and Type Method 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.
-