Uses of Interface
software.amazon.awssdk.services.comprehend.model.FlywheelIterationFilter.Builder
-
Packages that use FlywheelIterationFilter.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of FlywheelIterationFilter.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return FlywheelIterationFilter.Builder Modifier and Type Method Description static FlywheelIterationFilter.BuilderFlywheelIterationFilter. builder()FlywheelIterationFilter.BuilderFlywheelIterationFilter.Builder. creationTimeAfter(Instant creationTimeAfter)Filter the flywheel iterations to include iterations created after the specified time.FlywheelIterationFilter.BuilderFlywheelIterationFilter.Builder. creationTimeBefore(Instant creationTimeBefore)Filter the flywheel iterations to include iterations created before the specified time.FlywheelIterationFilter.BuilderFlywheelIterationFilter. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type FlywheelIterationFilter.Builder Modifier and Type Method Description static Class<? extends FlywheelIterationFilter.Builder>FlywheelIterationFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type FlywheelIterationFilter.Builder Modifier and Type Method Description default ListFlywheelIterationHistoryRequest.BuilderListFlywheelIterationHistoryRequest.Builder. filter(Consumer<FlywheelIterationFilter.Builder> filter)Filter the flywheel iteration history based on creation time.
-