Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.kafkaconnect -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.kafkaconnect
Methods in software.amazon.awssdk.services.kafkaconnect that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseKafkaConnectClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default UntagResourceResponseKafkaConnectClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.Methods in software.amazon.awssdk.services.kafkaconnect that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KafkaConnectAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default CompletableFuture<UntagResourceResponse>KafkaConnectAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.
-