Uses of Class
software.amazon.awssdk.services.connect.model.EmailHeaderType
-
Packages that use EmailHeaderType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EmailHeaderType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EmailHeaderType Modifier and Type Method Description static EmailHeaderTypeEmailHeaderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EmailHeaderTypeEmailHeaderType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmailHeaderType[]EmailHeaderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EmailHeaderType Modifier and Type Method Description Map<EmailHeaderType,String>InboundRawMessage. headers()Headers present in inbound email.static Set<EmailHeaderType>EmailHeaderType. knownValues()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EmailHeaderType Modifier and Type Method Description InboundRawMessage.BuilderInboundRawMessage.Builder. headers(Map<EmailHeaderType,String> headers)Headers present in inbound email.
-