Uses of Class
software.amazon.awssdk.services.scheduler.model.CreateScheduleGroupResponse
-
Packages that use CreateScheduleGroupResponse 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. -
-
Uses of CreateScheduleGroupResponse in software.amazon.awssdk.services.scheduler
Methods in software.amazon.awssdk.services.scheduler that return CreateScheduleGroupResponse Modifier and Type Method Description default CreateScheduleGroupResponseSchedulerClient. createScheduleGroup(Consumer<CreateScheduleGroupRequest.Builder> createScheduleGroupRequest)Creates the specified schedule group.default CreateScheduleGroupResponseSchedulerClient. createScheduleGroup(CreateScheduleGroupRequest createScheduleGroupRequest)Creates the specified schedule group.Methods in software.amazon.awssdk.services.scheduler that return types with arguments of type CreateScheduleGroupResponse Modifier and Type Method Description default CompletableFuture<CreateScheduleGroupResponse>SchedulerAsyncClient. createScheduleGroup(Consumer<CreateScheduleGroupRequest.Builder> createScheduleGroupRequest)Creates the specified schedule group.default CompletableFuture<CreateScheduleGroupResponse>SchedulerAsyncClient. createScheduleGroup(CreateScheduleGroupRequest createScheduleGroupRequest)Creates the specified schedule group.
-