Uses of Class
software.amazon.awssdk.services.storagegateway.model.AddTagsToResourceResponse
-
Packages that use AddTagsToResourceResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of AddTagsToResourceResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return AddTagsToResourceResponse Modifier and Type Method Description default AddTagsToResourceResponseStorageGatewayClient. addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest)Adds one or more tags to the specified resource.default AddTagsToResourceResponseStorageGatewayClient. addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)Adds one or more tags to the specified resource.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type AddTagsToResourceResponse Modifier and Type Method Description default CompletableFuture<AddTagsToResourceResponse>StorageGatewayAsyncClient. addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest)Adds one or more tags to the specified resource.default CompletableFuture<AddTagsToResourceResponse>StorageGatewayAsyncClient. addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)Adds one or more tags to the specified resource.
-