Uses of Class
software.amazon.awssdk.services.qapps.model.Sender
-
Packages that use Sender Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of Sender in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return Sender Modifier and Type Method Description static SenderSender. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SenderConversationMessage. type()The type of the conversation message.static SenderSender. valueOf(String name)Returns the enum constant of this type with the specified name.static Sender[]Sender. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type Sender Modifier and Type Method Description static Set<Sender>Sender. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type Sender Modifier and Type Method Description ConversationMessage.BuilderConversationMessage.Builder. type(Sender type)The type of the conversation message.
-