| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.clone() |
Schedule |
Schedule.withCreateRule(CreateRule createRule)
The create rule.
|
Schedule |
Schedule.withName(String name)
The name of the schedule.
|
Schedule |
Schedule.withRetainRule(RetainRule retainRule)
The retain rule.
|
Schedule |
Schedule.withTagsToAdd(Collection<Tag> tagsToAdd)
The tags to apply to policy-created resources.
|
Schedule |
Schedule.withTagsToAdd(Tag... tagsToAdd)
The tags to apply to policy-created resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schedule> |
PolicyDetails.getSchedules()
The schedule of policy-defined actions.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails |
PolicyDetails.withSchedules(Schedule... schedules)
The schedule of policy-defined actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyDetails.setSchedules(Collection<Schedule> schedules)
The schedule of policy-defined actions.
|
PolicyDetails |
PolicyDetails.withSchedules(Collection<Schedule> schedules)
The schedule of policy-defined actions.
|
Copyright © 2018. All rights reserved.