| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
TaskSchedule |
TaskSchedule.clone() |
TaskSchedule |
DescribeTaskResult.getSchedule()
The schedule used to periodically transfer files from a source to a destination location.
|
TaskSchedule |
CreateTaskRequest.getSchedule()
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
TaskSchedule |
UpdateTaskRequest.getSchedule()
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
TaskSchedule |
TaskSchedule.withScheduleExpression(String scheduleExpression)
A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination
location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTaskResult.setSchedule(TaskSchedule schedule)
The schedule used to periodically transfer files from a source to a destination location.
|
void |
CreateTaskRequest.setSchedule(TaskSchedule schedule)
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
void |
UpdateTaskRequest.setSchedule(TaskSchedule schedule)
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
DescribeTaskResult |
DescribeTaskResult.withSchedule(TaskSchedule schedule)
The schedule used to periodically transfer files from a source to a destination location.
|
CreateTaskRequest |
CreateTaskRequest.withSchedule(TaskSchedule schedule)
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
UpdateTaskRequest |
UpdateTaskRequest.withSchedule(TaskSchedule schedule)
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
Copyright © 2024. All rights reserved.