Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.StandardMessages
-
Packages that use StandardMessages Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of StandardMessages in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return StandardMessages Modifier and Type Method Description static StandardMessagesStandardMessages. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StandardMessagesInvokedBy. standardMessages()Sets standard messages as the bot trigger.static StandardMessagesStandardMessages. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardMessages[]StandardMessages. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkidentity.model that return types with arguments of type StandardMessages Modifier and Type Method Description static Set<StandardMessages>StandardMessages. knownValues()Methods in software.amazon.awssdk.services.chimesdkidentity.model with parameters of type StandardMessages Modifier and Type Method Description InvokedBy.BuilderInvokedBy.Builder. standardMessages(StandardMessages standardMessages)Sets standard messages as the bot trigger.
-