| 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 CreateWorkflowResponse |
TransferClient.createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
default CompletableFuture<CreateWorkflowResponse> |
TransferAsyncClient.createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWorkflowRequest.Builder |
CreateWorkflowRequest.builder() |
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.description(String description)
A textual description for the workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.onExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.onExceptionSteps(Consumer<WorkflowStep.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.onExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.steps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.steps(Consumer<WorkflowStep.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.steps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for workflows.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for workflows.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.tags(Tag... tags)
Key-value pairs that can be used to group and search for workflows.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorkflowRequest.Builder> |
CreateWorkflowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.