| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect |
|
| software.amazon.awssdk.services.kafkaconnect.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomPluginsResponse |
KafkaConnectClient.listCustomPlugins(Consumer<ListCustomPluginsRequest.Builder> listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
default ListCustomPluginsResponse |
KafkaConnectClient.listCustomPlugins(ListCustomPluginsRequest listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCustomPluginsResponse> |
KafkaConnectAsyncClient.listCustomPlugins(Consumer<ListCustomPluginsRequest.Builder> listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
default CompletableFuture<ListCustomPluginsResponse> |
KafkaConnectAsyncClient.listCustomPlugins(ListCustomPluginsRequest listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCustomPluginsResponse> |
ListCustomPluginsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomPluginsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCustomPluginsResponse> subscriber) |
Copyright © 2023. All rights reserved.