Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.PlatformCommand
-
Packages that use PlatformCommand Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of PlatformCommand in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return PlatformCommand Modifier and Type Method Description PlatformCommandStepAutomationConfiguration. command()The command to run the script.PlatformCommandWorkflowStepAutomationConfiguration. command()The command required to run the script.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type PlatformCommand Modifier and Type Method Description StepAutomationConfiguration.BuilderStepAutomationConfiguration.Builder. command(PlatformCommand command)The command to run the script.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. command(PlatformCommand command)The command required to run the script.
-