Uses of Class
software.amazon.awssdk.services.datasync.model.TaskSchedule
-
Packages that use TaskSchedule Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of TaskSchedule in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return TaskSchedule Modifier and Type Method Description TaskScheduleCreateTaskRequest. schedule()Specifies a schedule used to periodically transfer files from a source to a destination location.TaskScheduleDescribeTaskResponse. schedule()The schedule used to periodically transfer files from a source to a destination location.TaskScheduleUpdateTaskRequest. schedule()Specifies a schedule used to periodically transfer files from a source to a destination location.Methods in software.amazon.awssdk.services.datasync.model with parameters of type TaskSchedule Modifier and Type Method Description CreateTaskRequest.BuilderCreateTaskRequest.Builder. schedule(TaskSchedule schedule)Specifies a schedule used to periodically transfer files from a source to a destination location.DescribeTaskResponse.BuilderDescribeTaskResponse.Builder. schedule(TaskSchedule schedule)The schedule used to periodically transfer files from a source to a destination location.UpdateTaskRequest.BuilderUpdateTaskRequest.Builder. schedule(TaskSchedule schedule)Specifies a schedule used to periodically transfer files from a source to a destination location.
-