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