Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.kafkaconnect -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.kafkaconnect
Methods in software.amazon.awssdk.services.kafkaconnect that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseKafkaConnectClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Attaches tags to the specified resource.default TagResourceResponseKafkaConnectClient. tagResource(TagResourceRequest tagResourceRequest)Attaches tags to the specified resource.Methods in software.amazon.awssdk.services.kafkaconnect that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KafkaConnectAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Attaches tags to the specified resource.default CompletableFuture<TagResourceResponse>KafkaConnectAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Attaches tags to the specified resource.
-