Uses of Class
software.amazon.awssdk.services.transfer.model.WorkflowDetails
-
Packages that use WorkflowDetails Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of WorkflowDetails in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return WorkflowDetails Modifier and Type Method Description WorkflowDetailsCreateServerRequest. workflowDetails()Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.WorkflowDetailsDescribedServer. workflowDetails()Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.WorkflowDetailsUpdateServerRequest. workflowDetails()Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.Methods in software.amazon.awssdk.services.transfer.model with parameters of type WorkflowDetails Modifier and Type Method Description CreateServerRequest.BuilderCreateServerRequest.Builder. workflowDetails(WorkflowDetails workflowDetails)Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.DescribedServer.BuilderDescribedServer.Builder. workflowDetails(WorkflowDetails workflowDetails)Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.UpdateServerRequest.BuilderUpdateServerRequest.Builder. workflowDetails(WorkflowDetails workflowDetails)Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.
-