Uses of Class
software.amazon.awssdk.services.qconnect.model.OrCondition.Type
-
Packages that use OrCondition.Type Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of OrCondition.Type in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return OrCondition.Type Modifier and Type Method Description OrCondition.TypeOrCondition. type()Retrieve an enum value representing which member of this object is populated.static OrCondition.TypeOrCondition.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OrCondition.Type[]OrCondition.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-