| 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)
Connectors are used to send files using either the AS2 or SFTP protocol.
|
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 an AS2 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.withSecurityPolicyName(String securityPolicyName)
The text name of the security policy for the specified connector.
|
DescribedConnector |
DescribedConnector.withServiceManagedEgressIpAddresses(Collection<String> serviceManagedEgressIpAddresses)
The list of egress IP addresses of this connector.
|
DescribedConnector |
DescribedConnector.withServiceManagedEgressIpAddresses(String... serviceManagedEgressIpAddresses)
The list of egress IP addresses of this connector.
|
DescribedConnector |
DescribedConnector.withSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
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 or SFTP 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 © 2024. All rights reserved.