| 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 |
|---|---|
CreateWorkflowResult |
AWSTransferClient.createWorkflow(CreateWorkflowRequest request)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
CreateWorkflowResult |
AbstractAWSTransfer.createWorkflow(CreateWorkflowRequest request) |
CreateWorkflowResult |
AWSTransfer.createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
Future<CreateWorkflowResult> |
AWSTransferAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
Future<CreateWorkflowResult> |
AbstractAWSTransferAsync.createWorkflowAsync(CreateWorkflowRequest request) |
Future<CreateWorkflowResult> |
AWSTransferAsyncClient.createWorkflowAsync(CreateWorkflowRequest request) |
Future<CreateWorkflowResult> |
AWSTransferAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
Future<CreateWorkflowResult> |
AbstractAWSTransferAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSTransferAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkflowResult> |
AWSTransferAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
Future<CreateWorkflowResult> |
AbstractAWSTransferAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSTransferAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest |
CreateWorkflowRequest.clone() |
CreateWorkflowRequest |
CreateWorkflowRequest.withDescription(String description)
A textual description for the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withOnExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withOnExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withSteps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withSteps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for workflows.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for workflows.
|
Copyright © 2022. All rights reserved.