Uses of Class
software.amazon.awssdk.services.redshift.model.OperatorType
-
Packages that use OperatorType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of OperatorType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return OperatorType Modifier and Type Method Description static OperatorTypeOperatorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperatorTypeNodeConfigurationOptionsFilter. operator()The filter operator.static OperatorTypeOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatorType[]OperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type OperatorType Modifier and Type Method Description static Set<OperatorType>OperatorType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type OperatorType Modifier and Type Method Description NodeConfigurationOptionsFilter.BuilderNodeConfigurationOptionsFilter.Builder. operator(OperatorType operator)The filter operator.
-