Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.CreateConnectorResponse
-
Packages that use CreateConnectorResponse Package Description software.amazon.awssdk.services.kafkaconnect -
-
Uses of CreateConnectorResponse in software.amazon.awssdk.services.kafkaconnect
Methods in software.amazon.awssdk.services.kafkaconnect that return CreateConnectorResponse Modifier and Type Method Description default CreateConnectorResponseKafkaConnectClient. createConnector(Consumer<CreateConnectorRequest.Builder> createConnectorRequest)Creates a connector using the specified properties.default CreateConnectorResponseKafkaConnectClient. createConnector(CreateConnectorRequest createConnectorRequest)Creates a connector using the specified properties.Methods in software.amazon.awssdk.services.kafkaconnect that return types with arguments of type CreateConnectorResponse Modifier and Type Method Description default CompletableFuture<CreateConnectorResponse>KafkaConnectAsyncClient. createConnector(Consumer<CreateConnectorRequest.Builder> createConnectorRequest)Creates a connector using the specified properties.default CompletableFuture<CreateConnectorResponse>KafkaConnectAsyncClient. createConnector(CreateConnectorRequest createConnectorRequest)Creates a connector using the specified properties.
-