Uses of Class
software.amazon.awssdk.services.connect.model.InboundMessageSourceType
-
Packages that use InboundMessageSourceType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of InboundMessageSourceType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return InboundMessageSourceType Modifier and Type Method Description static InboundMessageSourceTypeInboundMessageSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InboundMessageSourceTypeInboundEmailContent. messageSourceType()The message source type, that is,RAW.static InboundMessageSourceTypeInboundMessageSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InboundMessageSourceType[]InboundMessageSourceType. 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 InboundMessageSourceType Modifier and Type Method Description static Set<InboundMessageSourceType>InboundMessageSourceType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type InboundMessageSourceType Modifier and Type Method Description InboundEmailContent.BuilderInboundEmailContent.Builder. messageSourceType(InboundMessageSourceType messageSourceType)The message source type, that is,RAW.
-