Uses of Class
software.amazon.awssdk.services.transfer.model.MdnResponse
-
Packages that use MdnResponse Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of MdnResponse in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return MdnResponse Modifier and Type Method Description static MdnResponseMdnResponse. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MdnResponseAs2ConnectorConfig. 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 MdnResponseMdnResponse. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type MdnResponse Modifier and Type Method Description static Set<MdnResponse>MdnResponse. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type MdnResponse Modifier and Type Method Description As2ConnectorConfig.BuilderAs2ConnectorConfig.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.
-