Uses of Class
software.amazon.awssdk.services.scheduler.model.DeleteScheduleGroupResponse
-
Packages that use DeleteScheduleGroupResponse 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 DeleteScheduleGroupResponse in software.amazon.awssdk.services.scheduler
Methods in software.amazon.awssdk.services.scheduler that return DeleteScheduleGroupResponse Modifier and Type Method Description default DeleteScheduleGroupResponseSchedulerClient. deleteScheduleGroup(Consumer<DeleteScheduleGroupRequest.Builder> deleteScheduleGroupRequest)Deletes the specified schedule group.default DeleteScheduleGroupResponseSchedulerClient. deleteScheduleGroup(DeleteScheduleGroupRequest deleteScheduleGroupRequest)Deletes the specified schedule group.Methods in software.amazon.awssdk.services.scheduler that return types with arguments of type DeleteScheduleGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteScheduleGroupResponse>SchedulerAsyncClient. deleteScheduleGroup(Consumer<DeleteScheduleGroupRequest.Builder> deleteScheduleGroupRequest)Deletes the specified schedule group.default CompletableFuture<DeleteScheduleGroupResponse>SchedulerAsyncClient. deleteScheduleGroup(DeleteScheduleGroupRequest deleteScheduleGroupRequest)Deletes the specified schedule group.
-