Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.RollbackTrigger
-
Packages that use RollbackTrigger Package Description software.amazon.awssdk.services.serverlessapplicationrepository.model -
-
Uses of RollbackTrigger in software.amazon.awssdk.services.serverlessapplicationrepository.model
Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model that return types with arguments of type RollbackTrigger Modifier and Type Method Description List<RollbackTrigger>RollbackConfiguration. rollbackTriggers()This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model with parameters of type RollbackTrigger Modifier and Type Method Description RollbackConfiguration.BuilderRollbackConfiguration.Builder. rollbackTriggers(RollbackTrigger... rollbackTriggers)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.Method parameters in software.amazon.awssdk.services.serverlessapplicationrepository.model with type arguments of type RollbackTrigger Modifier and Type Method Description RollbackConfiguration.BuilderRollbackConfiguration.Builder. rollbackTriggers(Collection<RollbackTrigger> rollbackTriggers)This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
-