| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static MdnResponse |
MdnResponse.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MdnResponse |
As2ConnectorConfig.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.
|
static MdnResponse |
MdnResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdnResponse[] |
MdnResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MdnResponse> |
MdnResponse.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
As2ConnectorConfig.Builder |
As2ConnectorConfig.Builder.mdnResponse(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.
|
Copyright © 2023. All rights reserved.