| 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 |
|---|---|
Future<SendWorkflowStepStateResult> |
AbstractAWSTransferAsync.sendWorkflowStepStateAsync(SendWorkflowStepStateRequest request,
AsyncHandler<SendWorkflowStepStateRequest,SendWorkflowStepStateResult> asyncHandler) |
Future<SendWorkflowStepStateResult> |
AWSTransferAsync.sendWorkflowStepStateAsync(SendWorkflowStepStateRequest sendWorkflowStepStateRequest,
AsyncHandler<SendWorkflowStepStateRequest,SendWorkflowStepStateResult> asyncHandler)
Sends a callback for asynchronous custom steps.
|
Future<SendWorkflowStepStateResult> |
AWSTransferAsyncClient.sendWorkflowStepStateAsync(SendWorkflowStepStateRequest request,
AsyncHandler<SendWorkflowStepStateRequest,SendWorkflowStepStateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendWorkflowStepStateRequest |
SendWorkflowStepStateRequest.clone() |
SendWorkflowStepStateRequest |
SendWorkflowStepStateRequest.withExecutionId(String executionId)
A unique identifier for the execution of a workflow.
|
SendWorkflowStepStateRequest |
SendWorkflowStepStateRequest.withStatus(CustomStepStatus status)
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest |
SendWorkflowStepStateRequest.withStatus(String status)
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest |
SendWorkflowStepStateRequest.withToken(String token)
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
|
SendWorkflowStepStateRequest |
SendWorkflowStepStateRequest.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
Copyright © 2023. All rights reserved.