| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect |
|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCustomPluginsResult> |
AbstractAWSKafkaConnectAsync.listCustomPluginsAsync(ListCustomPluginsRequest request,
AsyncHandler<ListCustomPluginsRequest,ListCustomPluginsResult> asyncHandler) |
Future<ListCustomPluginsResult> |
AWSKafkaConnectAsync.listCustomPluginsAsync(ListCustomPluginsRequest listCustomPluginsRequest,
AsyncHandler<ListCustomPluginsRequest,ListCustomPluginsResult> asyncHandler)
Returns a list of all of the custom plugins in this account and Region.
|
Future<ListCustomPluginsResult> |
AWSKafkaConnectAsyncClient.listCustomPluginsAsync(ListCustomPluginsRequest request,
AsyncHandler<ListCustomPluginsRequest,ListCustomPluginsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCustomPluginsRequest |
ListCustomPluginsRequest.clone() |
ListCustomPluginsRequest |
ListCustomPluginsRequest.withMaxResults(Integer maxResults)
The maximum number of custom plugins to list in one response.
|
ListCustomPluginsRequest |
ListCustomPluginsRequest.withNextToken(String nextToken)
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
|
Copyright © 2021. All rights reserved.