Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.WorkflowStepAutomationConfiguration
-
Packages that use WorkflowStepAutomationConfiguration Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of WorkflowStepAutomationConfiguration in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return WorkflowStepAutomationConfiguration Modifier and Type Method Description WorkflowStepAutomationConfigurationCreateWorkflowStepRequest. workflowStepAutomationConfiguration()The custom script to run tests on source or target environments.WorkflowStepAutomationConfigurationGetWorkflowStepResponse. workflowStepAutomationConfiguration()The custom script to run tests on source or target environments.WorkflowStepAutomationConfigurationUpdateWorkflowStepRequest. workflowStepAutomationConfiguration()The custom script to run tests on the source and target environments.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type WorkflowStepAutomationConfiguration Modifier and Type Method Description CreateWorkflowStepRequest.BuilderCreateWorkflowStepRequest.Builder. workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)The custom script to run tests on source or target environments.GetWorkflowStepResponse.BuilderGetWorkflowStepResponse.Builder. workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)The custom script to run tests on source or target environments.UpdateWorkflowStepRequest.BuilderUpdateWorkflowStepRequest.Builder. workflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)The custom script to run tests on the source and target environments.
-