| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect |
|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ListCustomPluginsResult |
AWSKafkaConnectClient.listCustomPlugins(ListCustomPluginsRequest request)
Returns a list of all of the custom plugins in this account and Region.
|
ListCustomPluginsResult |
AWSKafkaConnect.listCustomPlugins(ListCustomPluginsRequest listCustomPluginsRequest)
Returns a list of all of the custom plugins in this account and Region.
|
ListCustomPluginsResult |
AbstractAWSKafkaConnect.listCustomPlugins(ListCustomPluginsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCustomPluginsResult> |
AWSKafkaConnectAsyncClient.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> |
AbstractAWSKafkaConnectAsync.listCustomPluginsAsync(ListCustomPluginsRequest request,
AsyncHandler<ListCustomPluginsRequest,ListCustomPluginsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCustomPluginsResult |
ListCustomPluginsResult.clone() |
ListCustomPluginsResult |
ListCustomPluginsResult.withCustomPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
|
ListCustomPluginsResult |
ListCustomPluginsResult.withCustomPlugins(CustomPluginSummary... customPlugins)
An array of custom plugin descriptions.
|
ListCustomPluginsResult |
ListCustomPluginsResult.withNextToken(String nextToken)
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
|
Copyright © 2022. All rights reserved.