| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
Amazon Web Services Transfer Family is a fully managed service that enables the transfer of files over the File
Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP)
directly into and out of Amazon Simple Storage Service (Amazon S3).
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeExecutionResult> |
AWSTransferAsync.describeExecutionAsync(DescribeExecutionRequest describeExecutionRequest,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)
You can use
DescribeExecution to check the details of the execution of the specified workflow. |
Future<DescribeExecutionResult> |
AbstractAWSTransferAsync.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
Future<DescribeExecutionResult> |
AWSTransferAsyncClient.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeExecutionRequest |
DescribeExecutionRequest.clone() |
DescribeExecutionRequest |
DescribeExecutionRequest.withExecutionId(String executionId)
A unique identifier for the execution of a workflow.
|
DescribeExecutionRequest |
DescribeExecutionRequest.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
Copyright © 2022. All rights reserved.