| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.clone() |
Options |
DescribeTaskExecutionResult.getOptions() |
Options |
UpdateTaskRequest.getOptions() |
Options |
DescribeTaskResult.getOptions()
The set of configuration options that control the behavior of a single execution of the task that occurs when you
call
StartTaskExecution. |
Options |
CreateTaskRequest.getOptions()
The set of configuration options that control the behavior of a single execution of the task that occurs when you
call
StartTaskExecution. |
Options |
StartTaskExecutionRequest.getOverrideOptions() |
Options |
Options.withAtime(Atime atime)
A file metadata value that shows the last time a file was accessed (that is, when the file was read or written
to).
|
Options |
Options.withAtime(String atime)
A file metadata value that shows the last time a file was accessed (that is, when the file was read or written
to).
|
Options |
Options.withBytesPerSecond(Long bytesPerSecond)
A value that limits the bandwidth used by AWS DataSync.
|
Options |
Options.withGid(Gid gid)
The group ID (GID) of the file's owners.
|
Options |
Options.withGid(String gid)
The group ID (GID) of the file's owners.
|
Options |
Options.withLogLevel(LogLevel logLevel)
A value that determines the type of logs DataSync will deliver to your AWS CloudWatch Logs file.
|
Options |
Options.withLogLevel(String logLevel)
A value that determines the type of logs DataSync will deliver to your AWS CloudWatch Logs file.
|
Options |
Options.withMtime(Mtime mtime)
A value that indicates the last time that a file was modified (that is, a file was written to) before the
PREPARING phase.
|
Options |
Options.withMtime(String mtime)
A value that indicates the last time that a file was modified (that is, a file was written to) before the
PREPARING phase.
|
Options |
Options.withOverwriteMode(OverwriteMode overwriteMode)
A value that determines whether files at the destination should be overwritten or preserved when copying files.
|
Options |
Options.withOverwriteMode(String overwriteMode)
A value that determines whether files at the destination should be overwritten or preserved when copying files.
|
Options |
Options.withPosixPermissions(PosixPermissions posixPermissions)
A value that determines which users or groups can access a file for a specific purpose such as reading, writing,
or execution of the file.
|
Options |
Options.withPosixPermissions(String posixPermissions)
A value that determines which users or groups can access a file for a specific purpose such as reading, writing,
or execution of the file.
|
Options |
Options.withPreserveDeletedFiles(PreserveDeletedFiles preserveDeletedFiles)
A value that specifies whether files in the destination that don't exist in the source file system should be
preserved.
|
Options |
Options.withPreserveDeletedFiles(String preserveDeletedFiles)
A value that specifies whether files in the destination that don't exist in the source file system should be
preserved.
|
Options |
Options.withPreserveDevices(PreserveDevices preserveDevices)
A value that determines whether AWS DataSync should preserve the metadata of block and character devices in the
source file system, and recreate the files with that device name and metadata on the destination.
|
Options |
Options.withPreserveDevices(String preserveDevices)
A value that determines whether AWS DataSync should preserve the metadata of block and character devices in the
source file system, and recreate the files with that device name and metadata on the destination.
|
Options |
Options.withTaskQueueing(String taskQueueing)
A value that determines whether tasks should be queued before executing the tasks.
|
Options |
Options.withTaskQueueing(TaskQueueing taskQueueing)
A value that determines whether tasks should be queued before executing the tasks.
|
Options |
Options.withUid(String uid)
The user ID (UID) of the file's owner.
|
Options |
Options.withUid(Uid uid)
The user ID (UID) of the file's owner.
|
Options |
Options.withVerifyMode(String verifyMode)
A value that determines whether a data integrity verification should be performed at the end of a task execution
after all data and metadata have been transferred.
|
Options |
Options.withVerifyMode(VerifyMode verifyMode)
A value that determines whether a data integrity verification should be performed at the end of a task execution
after all data and metadata have been transferred.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTaskExecutionResult.setOptions(Options options) |
void |
UpdateTaskRequest.setOptions(Options options) |
void |
DescribeTaskResult.setOptions(Options options)
The set of configuration options that control the behavior of a single execution of the task that occurs when you
call
StartTaskExecution. |
void |
CreateTaskRequest.setOptions(Options options)
The set of configuration options that control the behavior of a single execution of the task that occurs when you
call
StartTaskExecution. |
void |
StartTaskExecutionRequest.setOverrideOptions(Options overrideOptions) |
DescribeTaskExecutionResult |
DescribeTaskExecutionResult.withOptions(Options options) |
UpdateTaskRequest |
UpdateTaskRequest.withOptions(Options options) |
DescribeTaskResult |
DescribeTaskResult.withOptions(Options options)
The set of configuration options that control the behavior of a single execution of the task that occurs when you
call
StartTaskExecution. |
CreateTaskRequest |
CreateTaskRequest.withOptions(Options options)
The set of configuration options that control the behavior of a single execution of the task that occurs when you
call
StartTaskExecution. |
StartTaskExecutionRequest |
StartTaskExecutionRequest.withOverrideOptions(Options overrideOptions) |
Copyright © 2020. All rights reserved.