Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.Target
-
Packages that use Target Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of Target in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Target Modifier and Type Method Description List<Target>Stage. targets()The contacts or contact methods that the escalation plan or engagement plan is engaging.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type Target Modifier and Type Method Description Stage.BuilderStage.Builder. targets(Target... targets)The contacts or contact methods that the escalation plan or engagement plan is engaging.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type Target Modifier and Type Method Description Stage.BuilderStage.Builder. targets(Collection<Target> targets)The contacts or contact methods that the escalation plan or engagement plan is engaging.
-