Uses of Class
software.amazon.awssdk.services.kafka.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KafkaAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the tags associated with the keys that are provided in the query.default UntagResourceResponseKafkaClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the tags associated with the keys that are provided in the query. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.kafka.transform
Methods in software.amazon.awssdk.services.kafka.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-