| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static FlywheelStatus |
FlywheelStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FlywheelStatus |
FlywheelSummary.status()
The status of the flywheel.
|
FlywheelStatus |
FlywheelFilter.status()
Filter the flywheels based on the flywheel status.
|
FlywheelStatus |
FlywheelProperties.status()
The status of the flywheel.
|
static FlywheelStatus |
FlywheelStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FlywheelStatus> |
FlywheelStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FlywheelSummary.Builder |
FlywheelSummary.Builder.status(FlywheelStatus status)
The status of the flywheel.
|
FlywheelFilter.Builder |
FlywheelFilter.Builder.status(FlywheelStatus status)
Filter the flywheels based on the flywheel status.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.status(FlywheelStatus status)
The status of the flywheel.
|
Copyright © 2023. All rights reserved.