| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model | |
| software.amazon.awssdk.services.kafkaconnect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CustomPluginSummary> |
ListCustomPluginsResponse.customPlugins()
An array of custom plugin descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomPluginsResponse.Builder |
ListCustomPluginsResponse.Builder.customPlugins(CustomPluginSummary... customPlugins)
An array of custom plugin descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomPluginsResponse.Builder |
ListCustomPluginsResponse.Builder.customPlugins(Collection<CustomPluginSummary> customPlugins)
An array of custom plugin descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CustomPluginSummary> |
ListCustomPluginsPublisher.customPlugins()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CustomPluginSummary> |
ListCustomPluginsIterable.customPlugins()
Returns an iterable to iterate through the paginated
ListCustomPluginsResponse.customPlugins() member. |
Copyright © 2023. All rights reserved.