| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateScheduleGroupResponse |
SchedulerClient.createScheduleGroup(Consumer<CreateScheduleGroupRequest.Builder> createScheduleGroupRequest)
Creates the specified schedule group.
|
default CreateScheduleGroupResponse |
SchedulerClient.createScheduleGroup(CreateScheduleGroupRequest createScheduleGroupRequest)
Creates the specified schedule group.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.