Uses of Class
software.amazon.awssdk.services.glacier.model.RemoveTagsFromVaultRequest
-
Packages that use RemoveTagsFromVaultRequest Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.transform -
-
Uses of RemoveTagsFromVaultRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type RemoveTagsFromVaultRequest Modifier and Type Method Description default CompletableFuture<RemoveTagsFromVaultResponse>GlacierAsyncClient. removeTagsFromVault(RemoveTagsFromVaultRequest 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. -
Uses of RemoveTagsFromVaultRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type RemoveTagsFromVaultRequest Modifier and Type Method Description SdkHttpFullRequestRemoveTagsFromVaultRequestMarshaller. marshall(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)
-