| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleSummary |
ScheduleSummary.clone() |
ScheduleSummary |
ScheduleSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the schedule.
|
ScheduleSummary |
ScheduleSummary.withCreationDate(Date creationDate)
The time at which the schedule was created.
|
ScheduleSummary |
ScheduleSummary.withGroupName(String groupName)
The name of the schedule group associated with this schedule.
|
ScheduleSummary |
ScheduleSummary.withLastModificationDate(Date lastModificationDate)
The time at which the schedule was last modified.
|
ScheduleSummary |
ScheduleSummary.withName(String name)
The name of the schedule.
|
ScheduleSummary |
ScheduleSummary.withState(ScheduleState state)
Specifies whether the schedule is enabled or disabled.
|
ScheduleSummary |
ScheduleSummary.withState(String state)
Specifies whether the schedule is enabled or disabled.
|
ScheduleSummary |
ScheduleSummary.withTarget(TargetSummary target)
The schedule's target details.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleSummary> |
ListSchedulesResult.getSchedules()
The schedules that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchedulesResult |
ListSchedulesResult.withSchedules(ScheduleSummary... schedules)
The schedules that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchedulesResult.setSchedules(Collection<ScheduleSummary> schedules)
The schedules that match the specified criteria.
|
ListSchedulesResult |
ListSchedulesResult.withSchedules(Collection<ScheduleSummary> schedules)
The schedules that match the specified criteria.
|
Copyright © 2024. All rights reserved.