| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.clone() |
Plan |
UpdateContactRequest.getPlan()
A list of stages.
|
Plan |
GetContactResult.getPlan()
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
|
Plan |
CreateContactRequest.getPlan()
A list of stages.
|
Plan |
Plan.withRotationIds(Collection<String> rotationIds)
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
|
Plan |
Plan.withRotationIds(String... rotationIds)
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
|
Plan |
Plan.withStages(Collection<Stage> stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
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 |
UpdateContactRequest.setPlan(Plan plan)
A list of stages.
|
void |
GetContactResult.setPlan(Plan plan)
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
|
void |
CreateContactRequest.setPlan(Plan plan)
A list of stages.
|
UpdateContactRequest |
UpdateContactRequest.withPlan(Plan plan)
A list of stages.
|
GetContactResult |
GetContactResult.withPlan(Plan plan)
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
|
CreateContactRequest |
CreateContactRequest.withPlan(Plan plan)
A list of stages.
|
Copyright © 2024. All rights reserved.