Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.DeleteConnectorResponse
-
Packages that use DeleteConnectorResponse Package Description software.amazon.awssdk.services.kafkaconnect -
-
Uses of DeleteConnectorResponse in software.amazon.awssdk.services.kafkaconnect
Methods in software.amazon.awssdk.services.kafkaconnect that return DeleteConnectorResponse Modifier and Type Method Description default DeleteConnectorResponseKafkaConnectClient. deleteConnector(Consumer<DeleteConnectorRequest.Builder> deleteConnectorRequest)Deletes the specified connector.default DeleteConnectorResponseKafkaConnectClient. deleteConnector(DeleteConnectorRequest deleteConnectorRequest)Deletes the specified connector.Methods in software.amazon.awssdk.services.kafkaconnect that return types with arguments of type DeleteConnectorResponse Modifier and Type Method Description default CompletableFuture<DeleteConnectorResponse>KafkaConnectAsyncClient. deleteConnector(Consumer<DeleteConnectorRequest.Builder> deleteConnectorRequest)Deletes the specified connector.default CompletableFuture<DeleteConnectorResponse>KafkaConnectAsyncClient. deleteConnector(DeleteConnectorRequest deleteConnectorRequest)Deletes the specified connector.
-