Uses of Class
software.amazon.awssdk.services.glacier.model.AddTagsToVaultResponse
-
Packages that use AddTagsToVaultResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of AddTagsToVaultResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return AddTagsToVaultResponse Modifier and Type Method Description default AddTagsToVaultResponseGlacierClient. addTagsToVault(Consumer<AddTagsToVaultRequest.Builder> addTagsToVaultRequest)This operation adds the specified tags to a vault.default AddTagsToVaultResponseGlacierClient. addTagsToVault(AddTagsToVaultRequest addTagsToVaultRequest)This operation adds the specified tags to a vault.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type AddTagsToVaultResponse Modifier and Type Method Description default CompletableFuture<AddTagsToVaultResponse>GlacierAsyncClient. addTagsToVault(Consumer<AddTagsToVaultRequest.Builder> addTagsToVaultRequest)This operation adds the specified tags to a vault.default CompletableFuture<AddTagsToVaultResponse>GlacierAsyncClient. addTagsToVault(AddTagsToVaultRequest addTagsToVaultRequest)This operation adds the specified tags to a vault.
-