| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.clone() |
Options |
DescribeTaskExecutionResult.getOptions() |
Options |
DescribeTaskResult.getOptions()
The task's settings.
|
Options |
UpdateTaskExecutionRequest.getOptions() |
Options |
UpdateTaskRequest.getOptions() |
Options |
CreateTaskRequest.getOptions()
Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.
|
Options |
StartTaskExecutionRequest.getOverrideOptions() |
Options |
Options.withAtime(Atime atime)
Specifies whether to preserve metadata indicating the last time a file was read or written to.
|
Options |
Options.withAtime(String atime)
Specifies whether to preserve metadata indicating the last time a file was read or written to.
|
Options |
Options.withBytesPerSecond(Long bytesPerSecond)
Limits the bandwidth used by a DataSync task.
|
Options |
Options.withGid(Gid gid)
Specifies the POSIX group ID (GID) of the file's owners.
|
Options |
Options.withGid(String gid)
Specifies the POSIX group ID (GID) of the file's owners.
|
Options |
Options.withLogLevel(LogLevel logLevel)
Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group.
|
Options |
Options.withLogLevel(String logLevel)
Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group.
|
Options |
Options.withMtime(Mtime mtime)
Specifies whether to preserve metadata indicating the last time that a file was written to before the
PREPARING phase of your task execution. |
Options |
Options.withMtime(String mtime)
Specifies whether to preserve metadata indicating the last time that a file was written to before the
PREPARING phase of your task execution. |
Options |
Options.withObjectTags(ObjectTags objectTags)
Specifies whether you want DataSync to
PRESERVE object tags (default behavior) when transferring
between object storage systems. |
Options |
Options.withObjectTags(String objectTags)
Specifies whether you want DataSync to
PRESERVE object tags (default behavior) when transferring
between object storage systems. |
Options |
Options.withOverwriteMode(OverwriteMode overwriteMode)
Specifies whether DataSync should modify or preserve data at the destination location.
|
Options |
Options.withOverwriteMode(String overwriteMode)
Specifies whether DataSync should modify or preserve data at the destination location.
|
Options |
Options.withPosixPermissions(PosixPermissions posixPermissions)
Specifies 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)
Specifies 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)
Specifies whether files in the destination location that don't exist in the source should be preserved.
|
Options |
Options.withPreserveDeletedFiles(String preserveDeletedFiles)
Specifies whether files in the destination location that don't exist in the source should be preserved.
|
Options |
Options.withPreserveDevices(PreserveDevices preserveDevices)
Specifies whether DataSync should preserve the metadata of block and character devices in the source location and
recreate the files with that device name and metadata on the destination.
|
Options |
Options.withPreserveDevices(String preserveDevices)
Specifies whether DataSync should preserve the metadata of block and character devices in the source location and
recreate the files with that device name and metadata on the destination.
|
Options |
Options.withSecurityDescriptorCopyFlags(SmbSecurityDescriptorCopyFlags securityDescriptorCopyFlags)
Specifies which components of the SMB security descriptor are copied from source to destination objects.
|
Options |
Options.withSecurityDescriptorCopyFlags(String securityDescriptorCopyFlags)
Specifies which components of the SMB security descriptor are copied from source to destination objects.
|
Options |
Options.withTaskQueueing(String taskQueueing)
Specifies whether your transfer tasks should be put into a queue during certain scenarios when running
multiple tasks.
|
Options |
Options.withTaskQueueing(TaskQueueing taskQueueing)
Specifies whether your transfer tasks should be put into a queue during certain scenarios when running
multiple tasks.
|
Options |
Options.withTransferMode(String transferMode)
Determines whether DataSync transfers only the data and metadata that differ between the source and the
destination location or transfers all the content from the source (without comparing what's in the destination).
|
Options |
Options.withTransferMode(TransferMode transferMode)
Determines whether DataSync transfers only the data and metadata that differ between the source and the
destination location or transfers all the content from the source (without comparing what's in the destination).
|
Options |
Options.withUid(String uid)
Specifies the POSIX user ID (UID) of the file's owner.
|
Options |
Options.withUid(Uid uid)
Specifies the POSIX user ID (UID) of the file's owner.
|
Options |
Options.withVerifyMode(String verifyMode)
Specifies how and when DataSync checks the integrity of your data during a transfer.
|
Options |
Options.withVerifyMode(VerifyMode verifyMode)
Specifies how and when DataSync checks the integrity of your data during a transfer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTaskExecutionResult.setOptions(Options options) |
void |
DescribeTaskResult.setOptions(Options options)
The task's settings.
|
void |
UpdateTaskExecutionRequest.setOptions(Options options) |
void |
UpdateTaskRequest.setOptions(Options options) |
void |
CreateTaskRequest.setOptions(Options options)
Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.
|
void |
StartTaskExecutionRequest.setOverrideOptions(Options overrideOptions) |
DescribeTaskExecutionResult |
DescribeTaskExecutionResult.withOptions(Options options) |
DescribeTaskResult |
DescribeTaskResult.withOptions(Options options)
The task's settings.
|
UpdateTaskExecutionRequest |
UpdateTaskExecutionRequest.withOptions(Options options) |
UpdateTaskRequest |
UpdateTaskRequest.withOptions(Options options) |
CreateTaskRequest |
CreateTaskRequest.withOptions(Options options)
Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.
|
StartTaskExecutionRequest |
StartTaskExecutionRequest.withOverrideOptions(Options overrideOptions) |
Copyright © 2024. All rights reserved.