Uses of Class
software.amazon.awssdk.services.cloudformation.model.RollbackTrigger
-
Packages that use RollbackTrigger Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of RollbackTrigger in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RollbackTrigger Modifier and Type Method Description List<RollbackTrigger>RollbackConfiguration. rollbackTriggers()The triggers to monitor during stack creation or update actions.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type RollbackTrigger Modifier and Type Method Description RollbackConfiguration.BuilderRollbackConfiguration.Builder. rollbackTriggers(RollbackTrigger... rollbackTriggers)The triggers to monitor during stack creation or update actions.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type RollbackTrigger Modifier and Type Method Description RollbackConfiguration.BuilderRollbackConfiguration.Builder. rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)The triggers to monitor during stack creation or update actions.
-