| 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<DescribeWorkflowResult> |
AWSTransferAsync.describeWorkflowAsync(DescribeWorkflowRequest describeWorkflowRequest,
AsyncHandler<DescribeWorkflowRequest,DescribeWorkflowResult> asyncHandler)
Describes the specified workflow.
|
Future<DescribeWorkflowResult> |
AbstractAWSTransferAsync.describeWorkflowAsync(DescribeWorkflowRequest request,
AsyncHandler<DescribeWorkflowRequest,DescribeWorkflowResult> asyncHandler) |
Future<DescribeWorkflowResult> |
AWSTransferAsyncClient.describeWorkflowAsync(DescribeWorkflowRequest request,
AsyncHandler<DescribeWorkflowRequest,DescribeWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkflowRequest |
DescribeWorkflowRequest.clone() |
DescribeWorkflowRequest |
DescribeWorkflowRequest.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
Copyright © 2022. All rights reserved.