| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static TlsSessionResumptionMode |
TlsSessionResumptionMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TlsSessionResumptionMode |
ProtocolDetails.tlsSessionResumptionMode()
A property used with Transfer Family servers that use the FTPS protocol.
|
static TlsSessionResumptionMode |
TlsSessionResumptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsSessionResumptionMode[] |
TlsSessionResumptionMode.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<TlsSessionResumptionMode> |
TlsSessionResumptionMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolDetails.Builder |
ProtocolDetails.Builder.tlsSessionResumptionMode(TlsSessionResumptionMode tlsSessionResumptionMode)
A property used with Transfer Family servers that use the FTPS protocol.
|
Copyright © 2023. All rights reserved.