Uses of Class
software.amazon.awssdk.services.kafka.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseKafkaClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to the specified MSK resource.default TagResourceResponseKafkaClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to the specified MSK resource.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KafkaAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to the specified MSK resource.default CompletableFuture<TagResourceResponse>KafkaAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to the specified MSK resource.
-