| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect |
|
| software.amazon.awssdk.services.kafkaconnect.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListConnectorsResponse |
KafkaConnectClient.listConnectors(Consumer<ListConnectorsRequest.Builder> listConnectorsRequest)
Returns a list of all the connectors in this account and Region.
|
default ListConnectorsResponse |
KafkaConnectClient.listConnectors(ListConnectorsRequest listConnectorsRequest)
Returns a list of all the connectors in this account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListConnectorsResponse> |
KafkaConnectAsyncClient.listConnectors(Consumer<ListConnectorsRequest.Builder> listConnectorsRequest)
Returns a list of all the connectors in this account and Region.
|
default CompletableFuture<ListConnectorsResponse> |
KafkaConnectAsyncClient.listConnectors(ListConnectorsRequest listConnectorsRequest)
Returns a list of all the connectors in this account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListConnectorsResponse> |
ListConnectorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListConnectorsResponse> subscriber) |
Copyright © 2023. All rights reserved.