| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedConnector |
DescribedConnector.clone() |
DescribedConnector |
DescribeConnectorResult.getConnector()
The structure that contains the details of the connector.
|
DescribedConnector |
DescribedConnector.withAccessRole(String accessRole)
With AS2, you can send files by calling
StartFileTransfer and specifying the file paths in the
request parameter, SendFilePaths. |
DescribedConnector |
DescribedConnector.withArn(String arn)
The unique Amazon Resource Name (ARN) for the connector.
|
DescribedConnector |
DescribedConnector.withAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for a connector object.
|
DescribedConnector |
DescribedConnector.withConnectorId(String connectorId)
The unique identifier for the connector.
|
DescribedConnector |
DescribedConnector.withLoggingRole(String loggingRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a connector to turn
on CloudWatch logging for Amazon S3 events.
|
DescribedConnector |
DescribedConnector.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for connectors.
|
DescribedConnector |
DescribedConnector.withTags(Tag... tags)
Key-value pairs that can be used to group and search for connectors.
|
DescribedConnector |
DescribedConnector.withUrl(String url)
The URL of the partner's AS2 endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConnectorResult.setConnector(DescribedConnector connector)
The structure that contains the details of the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withConnector(DescribedConnector connector)
The structure that contains the details of the connector.
|
Copyright © 2023. All rights reserved.