| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTaskResult> |
AWSDataSyncAsync.createTaskAsync(CreateTaskRequest createTaskRequest,
AsyncHandler<CreateTaskRequest,CreateTaskResult> asyncHandler)
Creates a task.
|
Future<CreateTaskResult> |
AWSDataSyncAsyncClient.createTaskAsync(CreateTaskRequest request,
AsyncHandler<CreateTaskRequest,CreateTaskResult> asyncHandler) |
Future<CreateTaskResult> |
AbstractAWSDataSyncAsync.createTaskAsync(CreateTaskRequest request,
AsyncHandler<CreateTaskRequest,CreateTaskResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTaskRequest |
CreateTaskRequest.clone() |
CreateTaskRequest |
CreateTaskRequest.withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the
task.
|
CreateTaskRequest |
CreateTaskRequest.withDestinationLocationArn(String destinationLocationArn)
The Amazon Resource Name (ARN) of an AWS storage resource's location.
|
CreateTaskRequest |
CreateTaskRequest.withExcludes(Collection<FilterRule> excludes)
A list of filter rules that determines which files to exclude from a task.
|
CreateTaskRequest |
CreateTaskRequest.withExcludes(FilterRule... excludes)
A list of filter rules that determines which files to exclude from a task.
|
CreateTaskRequest |
CreateTaskRequest.withName(String name)
The name of a task.
|
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. |
CreateTaskRequest |
CreateTaskRequest.withSourceLocationArn(String sourceLocationArn)
The Amazon Resource Name (ARN) of the source location for the task.
|
CreateTaskRequest |
CreateTaskRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the resource.
|
CreateTaskRequest |
CreateTaskRequest.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the resource.
|
Copyright © 2019. All rights reserved.