Uses of Class
software.amazon.awssdk.services.scheduler.model.ScheduleGroupSummary
-
Packages that use ScheduleGroupSummary Package Description software.amazon.awssdk.services.scheduler.model software.amazon.awssdk.services.scheduler.paginators -
-
Uses of ScheduleGroupSummary in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return types with arguments of type ScheduleGroupSummary Modifier and Type Method Description List<ScheduleGroupSummary>ListScheduleGroupsResponse. scheduleGroups()The schedule groups that match the specified criteria.Methods in software.amazon.awssdk.services.scheduler.model with parameters of type ScheduleGroupSummary Modifier and Type Method Description ListScheduleGroupsResponse.BuilderListScheduleGroupsResponse.Builder. scheduleGroups(ScheduleGroupSummary... scheduleGroups)The schedule groups that match the specified criteria.Method parameters in software.amazon.awssdk.services.scheduler.model with type arguments of type ScheduleGroupSummary Modifier and Type Method Description ListScheduleGroupsResponse.BuilderListScheduleGroupsResponse.Builder. scheduleGroups(Collection<ScheduleGroupSummary> scheduleGroups)The schedule groups that match the specified criteria. -
Uses of ScheduleGroupSummary in software.amazon.awssdk.services.scheduler.paginators
Methods in software.amazon.awssdk.services.scheduler.paginators that return types with arguments of type ScheduleGroupSummary Modifier and Type Method Description SdkIterable<ScheduleGroupSummary>ListScheduleGroupsIterable. scheduleGroups()Returns an iterable to iterate through the paginatedListScheduleGroupsResponse.scheduleGroups()member.SdkPublisher<ScheduleGroupSummary>ListScheduleGroupsPublisher. scheduleGroups()Returns a publisher that can be used to get a stream of data.
-