AWS SDK for C++AWS SDK for C++ Version 1.11.440 |
#include <SchedulerClient.h>
Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. EventBridge Scheduler delivers your tasks reliably, with built-in mechanisms that adjust your schedules based on the availability of downstream targets. The following reference lists the available API actions, and data types for EventBridge Scheduler.
Definition at line 26 of file SchedulerClient.h.
Definition at line 29 of file SchedulerClient.h.
Definition at line 33 of file SchedulerClient.h.
Definition at line 34 of file SchedulerClient.h.
Aws::Scheduler::SchedulerClientConfiguration()
,
nullptr
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
nullptr
,
Aws::Scheduler::SchedulerClientConfiguration()
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
nullptr
,
Aws::Scheduler::SchedulerClientConfiguration()
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
nullptr
An Async wrapper for CreateSchedule that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 104 of file SchedulerClient.h.
A Callable wrapper for CreateSchedule that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 95 of file SchedulerClient.h.
nullptr
An Async wrapper for CreateScheduleGroup that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 129 of file SchedulerClient.h.
A Callable wrapper for CreateScheduleGroup that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 120 of file SchedulerClient.h.
nullptr
An Async wrapper for DeleteSchedule that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 154 of file SchedulerClient.h.
A Callable wrapper for DeleteSchedule that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 145 of file SchedulerClient.h.
Deletes the specified schedule group. Deleting a schedule group results in EventBridge Scheduler deleting all schedules associated with the group. When you delete a group, it remains in a DELETING
state until all of its associated schedules are deleted. Schedules associated with the group that are set to run while the schedule group is in the process of being deleted might continue to invoke their targets until the schedule group and its associated schedules are deleted.
This operation is eventually consistent.
nullptr
An Async wrapper for DeleteScheduleGroup that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 186 of file SchedulerClient.h.
A Callable wrapper for DeleteScheduleGroup that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 177 of file SchedulerClient.h.
nullptr
An Async wrapper for GetSchedule that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 211 of file SchedulerClient.h.
A Callable wrapper for GetSchedule that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 202 of file SchedulerClient.h.
nullptr
An Async wrapper for GetScheduleGroup that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 236 of file SchedulerClient.h.
A Callable wrapper for GetScheduleGroup that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 227 of file SchedulerClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for ListScheduleGroups that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 262 of file SchedulerClient.h.
{}
)
const
A Callable wrapper for ListScheduleGroups that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 253 of file SchedulerClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for ListSchedules that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 288 of file SchedulerClient.h.
{}
)
const
A Callable wrapper for ListSchedules that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 279 of file SchedulerClient.h.
nullptr
An Async wrapper for ListTagsForResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 314 of file SchedulerClient.h.
A Callable wrapper for ListTagsForResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 305 of file SchedulerClient.h.
Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource. You can only assign tags to schedule groups.
nullptr
An Async wrapper for TagResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 341 of file SchedulerClient.h.
A Callable wrapper for TagResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 332 of file SchedulerClient.h.
Removes one or more tags from the specified EventBridge Scheduler schedule group.
nullptr
An Async wrapper for UntagResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 367 of file SchedulerClient.h.
A Callable wrapper for UntagResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 358 of file SchedulerClient.h.
Updates the specified schedule. When you call UpdateSchedule
, EventBridge Scheduler uses all values, including empty values, specified in the request and overrides the existing schedule. This is by design. This means that if you do not set an optional field in your request, that field will be set to its system-default value after the update.
Before calling this operation, we recommend that you call the GetSchedule
API operation and make a note of all optional parameters for your UpdateSchedule
call.
nullptr
An Async wrapper for UpdateSchedule that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 399 of file SchedulerClient.h.
A Callable wrapper for UpdateSchedule that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 390 of file SchedulerClient.h.
Definition at line 406 of file SchedulerClient.h.