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