Uses of Class
software.amazon.awssdk.services.cloudformation.model.RollbackConfiguration
Packages that use RollbackConfiguration
-
Uses of RollbackConfiguration in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RollbackConfigurationModifier and TypeMethodDescriptionfinal RollbackConfigurationCreateChangeSetRequest.rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.final RollbackConfigurationCreateStackRequest.rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.final RollbackConfigurationDescribeChangeSetResponse.rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.final RollbackConfigurationStack.rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.final RollbackConfigurationUpdateStackRequest.rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type RollbackConfigurationModifier and TypeMethodDescriptionCreateChangeSetRequest.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.CreateStackRequest.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.DescribeChangeSetResponse.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.Stack.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.UpdateStackRequest.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.