| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static As2Transport |
As2Transport.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static As2Transport |
As2Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static As2Transport[] |
As2Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<As2Transport> |
ProtocolDetails.as2Transports()
Indicates the transport method for the AS2 messages.
|
static Set<As2Transport> |
As2Transport.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolDetails.Builder |
ProtocolDetails.Builder.as2Transports(As2Transport... as2Transports)
Indicates the transport method for the AS2 messages.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolDetails.Builder |
ProtocolDetails.Builder.as2Transports(Collection<As2Transport> as2Transports)
Indicates the transport method for the AS2 messages.
|
Copyright © 2023. All rights reserved.