| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default SendWorkflowStepStateResponse |
TransferClient.sendWorkflowStepState(Consumer<SendWorkflowStepStateRequest.Builder> sendWorkflowStepStateRequest)
Sends a callback for asynchronous custom steps.
|
default CompletableFuture<SendWorkflowStepStateResponse> |
TransferAsyncClient.sendWorkflowStepState(Consumer<SendWorkflowStepStateRequest.Builder> sendWorkflowStepStateRequest)
Sends a callback for asynchronous custom steps.
|
| Modifier and Type | Method and Description |
|---|---|
static SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.builder() |
SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.Builder.executionId(String executionId)
A unique identifier for the execution of a workflow.
|
SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.Builder.status(CustomStepStatus status)
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.Builder.status(String status)
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.toBuilder() |
SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.Builder.token(String token)
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
|
SendWorkflowStepStateRequest.Builder |
SendWorkflowStepStateRequest.Builder.workflowId(String workflowId)
A unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendWorkflowStepStateRequest.Builder> |
SendWorkflowStepStateRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.