Uses of Class
software.amazon.awssdk.services.transfer.model.As2Transport
-
Packages that use As2Transport Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of As2Transport in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return As2Transport Modifier and Type Method Description static As2TransportAs2Transport. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static As2TransportAs2Transport. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type As2Transport Modifier and Type Method Description List<As2Transport>ProtocolDetails. as2Transports()Indicates the transport method for the AS2 messages.static Set<As2Transport>As2Transport. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type As2Transport Modifier and Type Method Description ProtocolDetails.BuilderProtocolDetails.Builder. as2Transports(As2Transport... as2Transports)Indicates the transport method for the AS2 messages.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type As2Transport Modifier and Type Method Description ProtocolDetails.BuilderProtocolDetails.Builder. as2Transports(Collection<As2Transport> as2Transports)Indicates the transport method for the AS2 messages.
-