| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedConnector |
ListedConnector.clone() |
ListedConnector |
ListedConnector.withArn(String arn)
The Amazon Resource Name (ARN) of the specified connector.
|
ListedConnector |
ListedConnector.withConnectorId(String connectorId)
The unique identifier for the connector.
|
ListedConnector |
ListedConnector.withUrl(String url)
The URL of the partner's AS2 or SFTP endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedConnector> |
ListConnectorsResult.getConnectors()
Returns an array, where each item contains the details of a connector.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResult |
ListConnectorsResult.withConnectors(ListedConnector... connectors)
Returns an array, where each item contains the details of a connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectorsResult.setConnectors(Collection<ListedConnector> connectors)
Returns an array, where each item contains the details of a connector.
|
ListConnectorsResult |
ListConnectorsResult.withConnectors(Collection<ListedConnector> connectors)
Returns an array, where each item contains the details of a connector.
|
Copyright © 2025. All rights reserved.