| 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 |
|---|---|
DescribeExecutionResult |
AWSTransferClient.describeExecution(DescribeExecutionRequest request)
You can use
DescribeExecution to check the details of the execution of the specified workflow. |
DescribeExecutionResult |
AbstractAWSTransfer.describeExecution(DescribeExecutionRequest request) |
DescribeExecutionResult |
AWSTransfer.describeExecution(DescribeExecutionRequest describeExecutionRequest)
You can use
DescribeExecution to check the details of the execution of the specified workflow. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeExecutionResult> |
AbstractAWSTransferAsync.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
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. |
| 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 © 2022. All rights reserved.