Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.Stage.Builder
-
Packages that use Stage.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of Stage.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return Stage.Builder Modifier and Type Method Description static Stage.BuilderStage. builder()Stage.BuilderStage.Builder. durationInMinutes(Integer durationInMinutes)The time to wait until beginning the next stage.Stage.BuilderStage.Builder. targets(Collection<Target> targets)The contacts or contact methods that the escalation plan or engagement plan is engaging.Stage.BuilderStage.Builder. targets(Consumer<Target.Builder>... targets)The contacts or contact methods that the escalation plan or engagement plan is engaging.Stage.BuilderStage.Builder. targets(Target... targets)The contacts or contact methods that the escalation plan or engagement plan is engaging.Stage.BuilderStage. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Stage.Builder Modifier and Type Method Description static Class<? extends Stage.Builder>Stage. serializableBuilderClass()
-