| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
FlywheelFilter |
FlywheelFilter.clone() |
FlywheelFilter |
ListFlywheelsRequest.getFilter()
Filters the flywheels that are returned.
|
FlywheelFilter |
FlywheelFilter.withCreationTimeAfter(Date creationTimeAfter)
Filter the flywheels to include flywheels created after the specified time.
|
FlywheelFilter |
FlywheelFilter.withCreationTimeBefore(Date creationTimeBefore)
Filter the flywheels to include flywheels created before the specified time.
|
FlywheelFilter |
FlywheelFilter.withStatus(FlywheelStatus status)
Filter the flywheels based on the flywheel status.
|
FlywheelFilter |
FlywheelFilter.withStatus(String status)
Filter the flywheels based on the flywheel status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlywheelsRequest.setFilter(FlywheelFilter filter)
Filters the flywheels that are returned.
|
ListFlywheelsRequest |
ListFlywheelsRequest.withFilter(FlywheelFilter filter)
Filters the flywheels that are returned.
|
Copyright © 2024. All rights reserved.