Uses of Class
software.amazon.awssdk.services.scheduler.model.ListScheduleGroupsResponse
-
Packages that use ListScheduleGroupsResponse Package Description software.amazon.awssdk.services.scheduler Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service.software.amazon.awssdk.services.scheduler.paginators -
-
Uses of ListScheduleGroupsResponse in software.amazon.awssdk.services.scheduler
Methods in software.amazon.awssdk.services.scheduler that return ListScheduleGroupsResponse Modifier and Type Method Description default ListScheduleGroupsResponseSchedulerClient. listScheduleGroups(Consumer<ListScheduleGroupsRequest.Builder> listScheduleGroupsRequest)Returns a paginated list of your schedule groups.default ListScheduleGroupsResponseSchedulerClient. listScheduleGroups(ListScheduleGroupsRequest listScheduleGroupsRequest)Returns a paginated list of your schedule groups.Methods in software.amazon.awssdk.services.scheduler that return types with arguments of type ListScheduleGroupsResponse Modifier and Type Method Description default CompletableFuture<ListScheduleGroupsResponse>SchedulerAsyncClient. listScheduleGroups(Consumer<ListScheduleGroupsRequest.Builder> listScheduleGroupsRequest)Returns a paginated list of your schedule groups.default CompletableFuture<ListScheduleGroupsResponse>SchedulerAsyncClient. listScheduleGroups(ListScheduleGroupsRequest listScheduleGroupsRequest)Returns a paginated list of your schedule groups. -
Uses of ListScheduleGroupsResponse in software.amazon.awssdk.services.scheduler.paginators
Methods in software.amazon.awssdk.services.scheduler.paginators that return types with arguments of type ListScheduleGroupsResponse Modifier and Type Method Description Iterator<ListScheduleGroupsResponse>ListScheduleGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.scheduler.paginators with type arguments of type ListScheduleGroupsResponse Modifier and Type Method Description voidListScheduleGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListScheduleGroupsResponse> subscriber)
-