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