Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.RespondsTo
-
Packages that use RespondsTo Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of RespondsTo in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return RespondsTo Modifier and Type Method Description static RespondsToRespondsTo. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RespondsToLexConfiguration. respondsTo()static RespondsToRespondsTo. valueOf(String name)Returns the enum constant of this type with the specified name.static RespondsTo[]RespondsTo. 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 RespondsTo Modifier and Type Method Description static Set<RespondsTo>RespondsTo. knownValues()Methods in software.amazon.awssdk.services.chimesdkidentity.model with parameters of type RespondsTo Modifier and Type Method Description LexConfiguration.BuilderLexConfiguration.Builder. respondsTo(RespondsTo respondsTo)
-