Uses of Class
software.amazon.awssdk.services.glacier.model.AddTagsToVaultRequest
-
Packages that use AddTagsToVaultRequest 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 AddTagsToVaultRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type AddTagsToVaultRequest Modifier and Type Method Description default CompletableFuture<AddTagsToVaultResponse>GlacierAsyncClient. addTagsToVault(AddTagsToVaultRequest addTagsToVaultRequest)This operation adds the specified tags to a vault.default AddTagsToVaultResponseGlacierClient. addTagsToVault(AddTagsToVaultRequest addTagsToVaultRequest)This operation adds the specified tags to a vault. -
Uses of AddTagsToVaultRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type AddTagsToVaultRequest Modifier and Type Method Description SdkHttpFullRequestAddTagsToVaultRequestMarshaller. marshall(AddTagsToVaultRequest addTagsToVaultRequest)
-