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