| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
static FlexibleTimeWindowMode |
FlexibleTimeWindowMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FlexibleTimeWindowMode |
FlexibleTimeWindow.mode()
Determines whether the schedule is invoked within a flexible time window.
|
static FlexibleTimeWindowMode |
FlexibleTimeWindowMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexibleTimeWindowMode[] |
FlexibleTimeWindowMode.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<FlexibleTimeWindowMode> |
FlexibleTimeWindowMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FlexibleTimeWindow.Builder |
FlexibleTimeWindow.Builder.mode(FlexibleTimeWindowMode mode)
Determines whether the schedule is invoked within a flexible time window.
|
Copyright © 2022. All rights reserved.