Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.Stage
-
Packages that use Stage Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of Stage in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Stage Modifier and Type Method Description List<Stage>Plan. stages()A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type Stage Modifier and Type Method Description Plan.BuilderPlan.Builder. stages(Stage... stages)A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type Stage Modifier and Type Method Description Plan.BuilderPlan.Builder. stages(Collection<Stage> stages)A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
-