Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.DescribeCustomPluginResponse
-
Packages that use DescribeCustomPluginResponse Package Description software.amazon.awssdk.services.kafkaconnect -
-
Uses of DescribeCustomPluginResponse in software.amazon.awssdk.services.kafkaconnect
Methods in software.amazon.awssdk.services.kafkaconnect that return DescribeCustomPluginResponse Modifier and Type Method Description default DescribeCustomPluginResponseKafkaConnectClient. describeCustomPlugin(Consumer<DescribeCustomPluginRequest.Builder> describeCustomPluginRequest)A summary description of the custom plugin.default DescribeCustomPluginResponseKafkaConnectClient. describeCustomPlugin(DescribeCustomPluginRequest describeCustomPluginRequest)A summary description of the custom plugin.Methods in software.amazon.awssdk.services.kafkaconnect that return types with arguments of type DescribeCustomPluginResponse Modifier and Type Method Description default CompletableFuture<DescribeCustomPluginResponse>KafkaConnectAsyncClient. describeCustomPlugin(Consumer<DescribeCustomPluginRequest.Builder> describeCustomPluginRequest)A summary description of the custom plugin.default CompletableFuture<DescribeCustomPluginResponse>KafkaConnectAsyncClient. describeCustomPlugin(DescribeCustomPluginRequest describeCustomPluginRequest)A summary description of the custom plugin.
-