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