| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
As2ConnectorConfig |
As2ConnectorConfig.clone() |
As2ConnectorConfig |
UpdateConnectorRequest.getAs2Config()
A structure that contains the parameters for an AS2 connector object.
|
As2ConnectorConfig |
CreateConnectorRequest.getAs2Config()
A structure that contains the parameters for an AS2 connector object.
|
As2ConnectorConfig |
DescribedConnector.getAs2Config()
A structure that contains the parameters for an AS2 connector object.
|
As2ConnectorConfig |
As2ConnectorConfig.withBasicAuthSecretId(String basicAuthSecretId)
Provides Basic authentication support to the AS2 Connectors API.
|
As2ConnectorConfig |
As2ConnectorConfig.withCompression(CompressionEnum compression)
Specifies whether the AS2 file is compressed.
|
As2ConnectorConfig |
As2ConnectorConfig.withCompression(String compression)
Specifies whether the AS2 file is compressed.
|
As2ConnectorConfig |
As2ConnectorConfig.withEncryptionAlgorithm(EncryptionAlg encryptionAlgorithm)
The algorithm that is used to encrypt the file.
|
As2ConnectorConfig |
As2ConnectorConfig.withEncryptionAlgorithm(String encryptionAlgorithm)
The algorithm that is used to encrypt the file.
|
As2ConnectorConfig |
As2ConnectorConfig.withLocalProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
|
As2ConnectorConfig |
As2ConnectorConfig.withMdnResponse(MdnResponse mdnResponse)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the
partner response for transfers is synchronous or asynchronous.
|
As2ConnectorConfig |
As2ConnectorConfig.withMdnResponse(String mdnResponse)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the
partner response for transfers is synchronous or asynchronous.
|
As2ConnectorConfig |
As2ConnectorConfig.withMdnSigningAlgorithm(MdnSigningAlg mdnSigningAlgorithm)
The signing algorithm for the MDN response.
|
As2ConnectorConfig |
As2ConnectorConfig.withMdnSigningAlgorithm(String mdnSigningAlgorithm)
The signing algorithm for the MDN response.
|
As2ConnectorConfig |
As2ConnectorConfig.withMessageSubject(String messageSubject)
Used as the
Subject HTTP header attribute in AS2 messages that are being sent with the connector. |
As2ConnectorConfig |
As2ConnectorConfig.withPartnerProfileId(String partnerProfileId)
A unique identifier for the partner profile for the connector.
|
As2ConnectorConfig |
As2ConnectorConfig.withSigningAlgorithm(SigningAlg signingAlgorithm)
The algorithm that is used to sign the AS2 messages sent with the connector.
|
As2ConnectorConfig |
As2ConnectorConfig.withSigningAlgorithm(String signingAlgorithm)
The algorithm that is used to sign the AS2 messages sent with the connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConnectorRequest.setAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for an AS2 connector object.
|
void |
CreateConnectorRequest.setAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for an AS2 connector object.
|
void |
DescribedConnector.setAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for an AS2 connector object.
|
UpdateConnectorRequest |
UpdateConnectorRequest.withAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for an AS2 connector object.
|
CreateConnectorRequest |
CreateConnectorRequest.withAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for an AS2 connector object.
|
DescribedConnector |
DescribedConnector.withAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for an AS2 connector object.
|
Copyright © 2023. All rights reserved.