Uses of Class
software.amazon.awssdk.services.dataexchange.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseDataExchangeClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)This operation tags a resource.default TagResourceResponseDataExchangeClient. tagResource(TagResourceRequest tagResourceRequest)This operation tags a resource.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DataExchangeAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)This operation tags a resource.default CompletableFuture<TagResourceResponse>DataExchangeAsyncClient. tagResource(TagResourceRequest tagResourceRequest)This operation tags a resource.
-