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