Uses of Class
software.amazon.awssdk.services.cloudformation.model.RollbackTrigger
Packages that use RollbackTrigger
-
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 RollbackTriggerModifier and TypeMethodDescriptionfinal 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 RollbackTriggerModifier and TypeMethodDescriptionRollbackConfiguration.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 RollbackTriggerModifier and TypeMethodDescriptionRollbackConfiguration.Builder.rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers) The triggers to monitor during stack creation or update actions.