Uses of Class
software.amazon.awssdk.services.drs.model.LaunchActionRun
-
Packages that use LaunchActionRun Package Description software.amazon.awssdk.services.drs.model -
-
Uses of LaunchActionRun in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type LaunchActionRun Modifier and Type Method Description List<LaunchActionRun>LaunchActionsStatus. runs()List of post launch action status.Methods in software.amazon.awssdk.services.drs.model with parameters of type LaunchActionRun Modifier and Type Method Description LaunchActionsStatus.BuilderLaunchActionsStatus.Builder. runs(LaunchActionRun... runs)List of post launch action status.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type LaunchActionRun Modifier and Type Method Description LaunchActionsStatus.BuilderLaunchActionsStatus.Builder. runs(Collection<LaunchActionRun> runs)List of post launch action status.
-