| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model | |
| software.amazon.awssdk.services.scheduler.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleGroupSummary> |
ListScheduleGroupsResponse.scheduleGroups()
The schedule groups that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListScheduleGroupsResponse.Builder |
ListScheduleGroupsResponse.Builder.scheduleGroups(ScheduleGroupSummary... scheduleGroups)
The schedule groups that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListScheduleGroupsResponse.Builder |
ListScheduleGroupsResponse.Builder.scheduleGroups(Collection<ScheduleGroupSummary> scheduleGroups)
The schedule groups that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ScheduleGroupSummary> |
ListScheduleGroupsPublisher.scheduleGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ScheduleGroupSummary> |
ListScheduleGroupsIterable.scheduleGroups()
Returns an iterable to iterate through the paginated
ListScheduleGroupsResponse.scheduleGroups() member. |
Copyright © 2022. All rights reserved.