| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTaskResult |
AWSDataSyncClient.describeTask(DescribeTaskRequest request)
Returns metadata about a task.
|
DescribeTaskResult |
AbstractAWSDataSync.describeTask(DescribeTaskRequest request) |
DescribeTaskResult |
AWSDataSync.describeTask(DescribeTaskRequest describeTaskRequest)
Returns metadata about a task.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTaskResult> |
AWSDataSyncAsync.describeTaskAsync(DescribeTaskRequest describeTaskRequest,
AsyncHandler<DescribeTaskRequest,DescribeTaskResult> asyncHandler)
Returns metadata about a task.
|
Future<DescribeTaskResult> |
AbstractAWSDataSyncAsync.describeTaskAsync(DescribeTaskRequest request,
AsyncHandler<DescribeTaskRequest,DescribeTaskResult> asyncHandler) |
Future<DescribeTaskResult> |
AWSDataSyncAsyncClient.describeTaskAsync(DescribeTaskRequest request,
AsyncHandler<DescribeTaskRequest,DescribeTaskResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTaskResult |
DescribeTaskResult.clone() |
DescribeTaskResult |
DescribeTaskResult.withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in the
task.
|
DescribeTaskResult |
DescribeTaskResult.withCreationTime(Date creationTime)
The time that the task was created.
|
DescribeTaskResult |
DescribeTaskResult.withCurrentTaskExecutionArn(String currentTaskExecutionArn)
The Amazon Resource Name (ARN) of the task execution that is syncing files.
|
DescribeTaskResult |
DescribeTaskResult.withDestinationLocationArn(String destinationLocationArn)
The Amazon Resource Name (ARN) of the AWS storage resource's location.
|
DescribeTaskResult |
DescribeTaskResult.withDestinationNetworkInterfaceArns(Collection<String> destinationNetworkInterfaceArns)
The Amazon Resource Name (ARN) of the destination ENIs (Elastic Network Interface) that was created for your
subnet.
|
DescribeTaskResult |
DescribeTaskResult.withDestinationNetworkInterfaceArns(String... destinationNetworkInterfaceArns)
The Amazon Resource Name (ARN) of the destination ENIs (Elastic Network Interface) that was created for your
subnet.
|
DescribeTaskResult |
DescribeTaskResult.withErrorCode(String errorCode)
Errors that AWS DataSync encountered during execution of the task.
|
DescribeTaskResult |
DescribeTaskResult.withErrorDetail(String errorDetail)
Detailed description of an error that was encountered during the task execution.
|
DescribeTaskResult |
DescribeTaskResult.withExcludes(Collection<FilterRule> excludes)
A list of filter rules that determines which files to exclude from a task.
|
DescribeTaskResult |
DescribeTaskResult.withExcludes(FilterRule... excludes)
A list of filter rules that determines which files to exclude from a task.
|
DescribeTaskResult |
DescribeTaskResult.withName(String name)
The name of the task that was described.
|
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. |
DescribeTaskResult |
DescribeTaskResult.withSchedule(TaskSchedule schedule)
The schedule used to periodically transfer files from a source to a destination location.
|
DescribeTaskResult |
DescribeTaskResult.withSourceLocationArn(String sourceLocationArn)
The Amazon Resource Name (ARN) of the source file system's location.
|
DescribeTaskResult |
DescribeTaskResult.withSourceNetworkInterfaceArns(Collection<String> sourceNetworkInterfaceArns)
The Amazon Resource Name (ARN) of the source ENIs (Elastic Network Interface) that was created for your subnet.
|
DescribeTaskResult |
DescribeTaskResult.withSourceNetworkInterfaceArns(String... sourceNetworkInterfaceArns)
The Amazon Resource Name (ARN) of the source ENIs (Elastic Network Interface) that was created for your subnet.
|
DescribeTaskResult |
DescribeTaskResult.withStatus(String status)
The status of the task that was described.
|
DescribeTaskResult |
DescribeTaskResult.withStatus(TaskStatus status)
The status of the task that was described.
|
DescribeTaskResult |
DescribeTaskResult.withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task that was described.
|
Copyright © 2021. All rights reserved.