Uses of Class
software.amazon.awssdk.services.comprehend.model.FlywheelStatus
-
Packages that use FlywheelStatus Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of FlywheelStatus in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return FlywheelStatus Modifier and Type Method Description static FlywheelStatusFlywheelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FlywheelStatusFlywheelFilter. status()Filter the flywheels based on the flywheel status.FlywheelStatusFlywheelProperties. status()The status of the flywheel.FlywheelStatusFlywheelSummary. status()The status of the flywheel.static FlywheelStatusFlywheelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FlywheelStatus[]FlywheelStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type FlywheelStatus Modifier and Type Method Description static Set<FlywheelStatus>FlywheelStatus. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type FlywheelStatus Modifier and Type Method Description FlywheelFilter.BuilderFlywheelFilter.Builder. status(FlywheelStatus status)Filter the flywheels based on the flywheel status.FlywheelProperties.BuilderFlywheelProperties.Builder. status(FlywheelStatus status)The status of the flywheel.FlywheelSummary.BuilderFlywheelSummary.Builder. status(FlywheelStatus status)The status of the flywheel.
-