Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.Plan
-
Packages that use Plan Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of Plan in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return Plan Modifier and Type Method Description PlanCreateContactRequest. plan()A list of stages.PlanGetContactResponse. plan()Details about the specific timing or stages and targets of the escalation plan or engagement plan.PlanUpdateContactRequest. plan()A list of stages.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type Plan Modifier and Type Method Description CreateContactRequest.BuilderCreateContactRequest.Builder. plan(Plan plan)A list of stages.GetContactResponse.BuilderGetContactResponse.Builder. plan(Plan plan)Details about the specific timing or stages and targets of the escalation plan or engagement plan.UpdateContactRequest.BuilderUpdateContactRequest.Builder. plan(Plan plan)A list of stages.
-