| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedule.at(Instant moment)
Construct a Schedule from a moment in time.
|
static Schedule |
Schedule.cron(CronOptions options)
Create a schedule from a set of cron fields.
|
static Schedule |
Schedule.expression(String expression)
Construct a schedule from a literal schedule expression.
|
Schedule |
ScalingSchedule.getSchedule()
When to perform this action.
|
Schedule |
ScalingSchedule.Jsii$Proxy.getSchedule() |
static Schedule |
Schedule.rate(Duration duration)
Construct a schedule from an interval and a time unit.
|
| Modifier and Type | Method and Description |
|---|---|
ScalingSchedule.Builder |
ScalingSchedule.Builder.schedule(Schedule schedule)
Sets the value of
ScalingSchedule.getSchedule() |
| Constructor and Description |
|---|
Jsii$Proxy(Schedule schedule,
Instant endTime,
Number maxCapacity,
Number minCapacity,
Instant startTime)
Constructor that initializes the object based on literal property values passed by the
ScalingSchedule.Builder. |
Copyright © 2021. All rights reserved.