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