Uses of Enum
software.amazon.awscdk.services.glue.ConditionLogicalOperator
Packages that use ConditionLogicalOperator
-
Uses of ConditionLogicalOperator in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return ConditionLogicalOperatorModifier and TypeMethodDescriptiondefault ConditionLogicalOperatorConditionOptions.getLogicalOperator()The logical operator for the condition.final ConditionLogicalOperatorConditionOptions.Jsii$Proxy.getLogicalOperator()static ConditionLogicalOperatorReturns the enum constant of this type with the specified name.static ConditionLogicalOperator[]ConditionLogicalOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue with parameters of type ConditionLogicalOperatorModifier and TypeMethodDescriptionConditionOptions.Builder.logicalOperator(ConditionLogicalOperator logicalOperator) Sets the value ofConditionOptions.getLogicalOperator()