| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model | |
| software.amazon.awssdk.services.sms.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
GetConnectorsResponse.connectorList()
Information about the registered connectors.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectorsResponse.Builder |
GetConnectorsResponse.Builder.connectorList(Connector... connectorList)
Information about the registered connectors.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectorsResponse.Builder |
GetConnectorsResponse.Builder.connectorList(Collection<Connector> connectorList)
Information about the registered connectors.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Connector> |
GetConnectorsPublisher.connectorList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Connector> |
GetConnectorsIterable.connectorList()
Returns an iterable to iterate through the paginated
GetConnectorsResponse.connectorList() member. |
Copyright © 2023. All rights reserved.