| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect |
|
| software.amazon.awssdk.services.kafkaconnect.model |
| 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 CompletableFuture<ListCustomPluginsResponse> |
KafkaConnectAsyncClient.listCustomPlugins(Consumer<ListCustomPluginsRequest.Builder> listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
default ListCustomPluginsIterable |
KafkaConnectClient.listCustomPluginsPaginator(Consumer<ListCustomPluginsRequest.Builder> listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
default ListCustomPluginsPublisher |
KafkaConnectAsyncClient.listCustomPluginsPaginator(Consumer<ListCustomPluginsRequest.Builder> listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCustomPluginsRequest.Builder |
ListCustomPluginsRequest.builder() |
ListCustomPluginsRequest.Builder |
ListCustomPluginsRequest.Builder.maxResults(Integer maxResults)
The maximum number of custom plugins to list in one response.
|
ListCustomPluginsRequest.Builder |
ListCustomPluginsRequest.Builder.nextToken(String nextToken)
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
|
ListCustomPluginsRequest.Builder |
ListCustomPluginsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomPluginsRequest.Builder |
ListCustomPluginsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCustomPluginsRequest.Builder |
ListCustomPluginsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCustomPluginsRequest.Builder> |
ListCustomPluginsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.