| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.clone() |
Stage |
Stage.withDurationInMinutes(Integer durationInMinutes)
The time to wait until beginning the next stage.
|
Stage |
Stage.withTargets(Collection<Target> targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
|
Stage |
Stage.withTargets(Target... targets)
The contacts or contact methods that the escalation plan or engagement plan is engaging.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stage> |
Plan.getStages()
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.withStages(Stage... stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plan.setStages(Collection<Stage> stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
Plan |
Plan.withStages(Collection<Stage> stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
Copyright © 2021. All rights reserved.