Uses of Class
software.amazon.awssdk.services.transfer.model.TlsSessionResumptionMode
-
Packages that use TlsSessionResumptionMode Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of TlsSessionResumptionMode in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return TlsSessionResumptionMode Modifier and Type Method Description static TlsSessionResumptionModeTlsSessionResumptionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TlsSessionResumptionModeProtocolDetails. tlsSessionResumptionMode()A property used with Transfer Family servers that use the FTPS protocol.static TlsSessionResumptionModeTlsSessionResumptionMode. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type TlsSessionResumptionMode Modifier and Type Method Description static Set<TlsSessionResumptionMode>TlsSessionResumptionMode. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type TlsSessionResumptionMode Modifier and Type Method Description ProtocolDetails.BuilderProtocolDetails.Builder. tlsSessionResumptionMode(TlsSessionResumptionMode tlsSessionResumptionMode)A property used with Transfer Family servers that use the FTPS protocol.
-