| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDetails |
WorkflowDetails.clone() |
WorkflowDetails |
DescribedServer.getWorkflowDetails()
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
WorkflowDetails |
CreateServerRequest.getWorkflowDetails()
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
WorkflowDetails |
UpdateServerRequest.getWorkflowDetails()
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
WorkflowDetails |
WorkflowDetails.withOnPartialUpload(Collection<WorkflowDetail> onPartialUpload)
A trigger that starts a workflow if a file is only partially uploaded.
|
WorkflowDetails |
WorkflowDetails.withOnPartialUpload(WorkflowDetail... onPartialUpload)
A trigger that starts a workflow if a file is only partially uploaded.
|
WorkflowDetails |
WorkflowDetails.withOnUpload(Collection<WorkflowDetail> onUpload)
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.
|
WorkflowDetails |
WorkflowDetails.withOnUpload(WorkflowDetail... onUpload)
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribedServer.setWorkflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
void |
CreateServerRequest.setWorkflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
void |
UpdateServerRequest.setWorkflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
DescribedServer |
DescribedServer.withWorkflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
CreateServerRequest |
CreateServerRequest.withWorkflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
UpdateServerRequest |
UpdateServerRequest.withWorkflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
Copyright © 2025. All rights reserved.