| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static Plan.Builder |
Plan.builder() |
Plan.Builder |
Plan.Builder.stages(Collection<Stage> stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
Plan.Builder |
Plan.Builder.stages(Consumer<Stage.Builder>... stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
Plan.Builder |
Plan.Builder.stages(Stage... stages)
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
|
Plan.Builder |
Plan.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Plan.Builder> |
Plan.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateContactRequest.Builder |
CreateContactRequest.Builder.plan(Consumer<Plan.Builder> plan)
A list of stages.
|
default UpdateContactRequest.Builder |
UpdateContactRequest.Builder.plan(Consumer<Plan.Builder> plan)
A list of stages.
|
default GetContactResponse.Builder |
GetContactResponse.Builder.plan(Consumer<Plan.Builder> plan)
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
|
Copyright © 2022. All rights reserved.