| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
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) or Amazon EFS.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeExecutionResult |
AWSTransferClient.describeExecution(DescribeExecutionRequest request)
You can use
DescribeExecution to check the details of the execution of the specified workflow. |
DescribeExecutionResult |
AWSTransfer.describeExecution(DescribeExecutionRequest describeExecutionRequest)
You can use
DescribeExecution to check the details of the execution of the specified workflow. |
DescribeExecutionResult |
AbstractAWSTransfer.describeExecution(DescribeExecutionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeExecutionResult> |
AWSTransferAsyncClient.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
DescribeExecutionResult |
DescribeExecutionResult.clone() |
DescribeExecutionResult |
DescribeExecutionResult.withExecution(DescribedExecution execution)
The structure that contains the details of the workflow' execution.
|
DescribeExecutionResult |
DescribeExecutionResult.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
Copyright © 2023. All rights reserved.