Uses of Class
software.amazon.awssdk.services.qconnect.model.QueryConditionFieldName
-
Packages that use QueryConditionFieldName Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QueryConditionFieldName in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QueryConditionFieldName Modifier and Type Method Description QueryConditionFieldNameQueryConditionItem. field()The name of the field for query condition to query on.static QueryConditionFieldNameQueryConditionFieldName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static QueryConditionFieldNameQueryConditionFieldName. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryConditionFieldName[]QueryConditionFieldName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type QueryConditionFieldName Modifier and Type Method Description static Set<QueryConditionFieldName>QueryConditionFieldName. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QueryConditionFieldName Modifier and Type Method Description QueryConditionItem.BuilderQueryConditionItem.Builder. field(QueryConditionFieldName field)The name of the field for query condition to query on.
-