| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTaskExecutionsResult> |
AbstractAWSDataSyncAsync.listTaskExecutionsAsync(ListTaskExecutionsRequest request,
AsyncHandler<ListTaskExecutionsRequest,ListTaskExecutionsResult> asyncHandler) |
Future<ListTaskExecutionsResult> |
AWSDataSyncAsync.listTaskExecutionsAsync(ListTaskExecutionsRequest listTaskExecutionsRequest,
AsyncHandler<ListTaskExecutionsRequest,ListTaskExecutionsResult> asyncHandler)
Returns a list of executions for an DataSync transfer task.
|
Future<ListTaskExecutionsResult> |
AWSDataSyncAsyncClient.listTaskExecutionsAsync(ListTaskExecutionsRequest request,
AsyncHandler<ListTaskExecutionsRequest,ListTaskExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTaskExecutionsRequest |
ListTaskExecutionsRequest.clone() |
ListTaskExecutionsRequest |
ListTaskExecutionsRequest.withMaxResults(Integer maxResults)
Specifies how many results you want in the response.
|
ListTaskExecutionsRequest |
ListTaskExecutionsRequest.withNextToken(String nextToken)
Specifies an opaque string that indicates the position at which to begin the next list of results in the
response.
|
ListTaskExecutionsRequest |
ListTaskExecutionsRequest.withTaskArn(String taskArn)
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
|
Copyright © 2024. All rights reserved.