Uses of Class
software.amazon.awssdk.services.cloudformation.model.RollbackConfiguration
-
Packages that use RollbackConfiguration Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of RollbackConfiguration in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RollbackConfiguration Modifier and Type Method Description RollbackConfigurationCreateChangeSetRequest. rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.RollbackConfigurationCreateStackRequest. rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.RollbackConfigurationDescribeChangeSetResponse. rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.RollbackConfigurationStack. rollbackConfiguration()The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.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 RollbackConfiguration Modifier and Type Method Description CreateChangeSetRequest.BuilderCreateChangeSetRequest.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.BuilderCreateStackRequest.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.BuilderDescribeChangeSetResponse.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.BuilderStack.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.BuilderUpdateStackRequest.Builder. rollbackConfiguration(RollbackConfiguration rollbackConfiguration)The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
-