| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
CreateRule |
CreateRule.clone() |
CreateRule |
Schedule.getCreateRule()
The creation rule.
|
CreateRule |
CreateRule.withCronExpression(String cronExpression)
The schedule, as a Cron expression.
|
CreateRule |
CreateRule.withInterval(Integer interval)
The interval between snapshots.
|
CreateRule |
CreateRule.withIntervalUnit(IntervalUnitValues intervalUnit)
The interval unit.
|
CreateRule |
CreateRule.withIntervalUnit(String intervalUnit)
The interval unit.
|
CreateRule |
CreateRule.withLocation(LocationValues location)
Specifies the destination for snapshots created by the policy.
|
CreateRule |
CreateRule.withLocation(String location)
Specifies the destination for snapshots created by the policy.
|
CreateRule |
CreateRule.withTimes(Collection<String> times)
The time, in UTC, to start the operation.
|
CreateRule |
CreateRule.withTimes(String... times)
The time, in UTC, to start the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setCreateRule(CreateRule createRule)
The creation rule.
|
Schedule |
Schedule.withCreateRule(CreateRule createRule)
The creation rule.
|
Copyright © 2021. All rights reserved.