Uses of Class
software.amazon.awssdk.services.connect.model.StringComparisonType
-
Packages that use StringComparisonType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of StringComparisonType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return StringComparisonType Modifier and Type Method Description StringComparisonTypeStringCondition. comparisonType()The type of comparison to be made when evaluating the string condition.static StringComparisonTypeStringComparisonType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StringComparisonTypeTagSearchCondition. tagKeyComparisonType()The type of comparison to be made when evaluating the tag key in tag search condition.StringComparisonTypeTagSearchCondition. tagValueComparisonType()The type of comparison to be made when evaluating the tag value in tag search condition.static StringComparisonTypeStringComparisonType. valueOf(String name)Returns the enum constant of this type with the specified name.static StringComparisonType[]StringComparisonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type StringComparisonType Modifier and Type Method Description static Set<StringComparisonType>StringComparisonType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type StringComparisonType Modifier and Type Method Description StringCondition.BuilderStringCondition.Builder. comparisonType(StringComparisonType comparisonType)The type of comparison to be made when evaluating the string condition.TagSearchCondition.BuilderTagSearchCondition.Builder. tagKeyComparisonType(StringComparisonType tagKeyComparisonType)The type of comparison to be made when evaluating the tag key in tag search condition.TagSearchCondition.BuilderTagSearchCondition.Builder. tagValueComparisonType(StringComparisonType tagValueComparisonType)The type of comparison to be made when evaluating the tag value in tag search condition.
-