Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.TargetedMessages
-
Packages that use TargetedMessages Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of TargetedMessages in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return TargetedMessages Modifier and Type Method Description static TargetedMessagesTargetedMessages. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetedMessagesInvokedBy. targetedMessages()Sets targeted messages as the bot trigger.static TargetedMessagesTargetedMessages. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetedMessages[]TargetedMessages. 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 TargetedMessages Modifier and Type Method Description static Set<TargetedMessages>TargetedMessages. knownValues()Methods in software.amazon.awssdk.services.chimesdkidentity.model with parameters of type TargetedMessages Modifier and Type Method Description InvokedBy.BuilderInvokedBy.Builder. targetedMessages(TargetedMessages targetedMessages)Sets targeted messages as the bot trigger.
-