| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleGroupSummary |
ScheduleGroupSummary.clone() |
ScheduleGroupSummary |
ScheduleGroupSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
|
ScheduleGroupSummary |
ScheduleGroupSummary.withCreationDate(Date creationDate)
The time at which the schedule group was created.
|
ScheduleGroupSummary |
ScheduleGroupSummary.withLastModificationDate(Date lastModificationDate)
The time at which the schedule group was last modified.
|
ScheduleGroupSummary |
ScheduleGroupSummary.withName(String name)
The name of the schedule group.
|
ScheduleGroupSummary |
ScheduleGroupSummary.withState(ScheduleGroupState state)
Specifies the state of the schedule group.
|
ScheduleGroupSummary |
ScheduleGroupSummary.withState(String state)
Specifies the state of the schedule group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleGroupSummary> |
ListScheduleGroupsResult.getScheduleGroups()
The schedule groups that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListScheduleGroupsResult |
ListScheduleGroupsResult.withScheduleGroups(ScheduleGroupSummary... scheduleGroups)
The schedule groups that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListScheduleGroupsResult.setScheduleGroups(Collection<ScheduleGroupSummary> scheduleGroups)
The schedule groups that match the specified criteria.
|
ListScheduleGroupsResult |
ListScheduleGroupsResult.withScheduleGroups(Collection<ScheduleGroupSummary> scheduleGroups)
The schedule groups that match the specified criteria.
|
Copyright © 2023. All rights reserved.