Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.CreateCustomPluginResponse
-
Packages that use CreateCustomPluginResponse Package Description software.amazon.awssdk.services.kafkaconnect -
-
Uses of CreateCustomPluginResponse in software.amazon.awssdk.services.kafkaconnect
Methods in software.amazon.awssdk.services.kafkaconnect that return CreateCustomPluginResponse Modifier and Type Method Description default CreateCustomPluginResponseKafkaConnectClient. createCustomPlugin(Consumer<CreateCustomPluginRequest.Builder> createCustomPluginRequest)Creates a custom plugin using the specified properties.default CreateCustomPluginResponseKafkaConnectClient. createCustomPlugin(CreateCustomPluginRequest createCustomPluginRequest)Creates a custom plugin using the specified properties.Methods in software.amazon.awssdk.services.kafkaconnect that return types with arguments of type CreateCustomPluginResponse Modifier and Type Method Description default CompletableFuture<CreateCustomPluginResponse>KafkaConnectAsyncClient. createCustomPlugin(Consumer<CreateCustomPluginRequest.Builder> createCustomPluginRequest)Creates a custom plugin using the specified properties.default CompletableFuture<CreateCustomPluginResponse>KafkaConnectAsyncClient. createCustomPlugin(CreateCustomPluginRequest createCustomPluginRequest)Creates a custom plugin using the specified properties.
-