Uses of Class
software.amazon.awssdk.services.codedeploy.model.AutoRollbackEvent
-
Packages that use AutoRollbackEvent Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of AutoRollbackEvent in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return AutoRollbackEvent Modifier and Type Method Description static AutoRollbackEventAutoRollbackEvent. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoRollbackEventAutoRollbackEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoRollbackEvent[]AutoRollbackEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type AutoRollbackEvent Modifier and Type Method Description List<AutoRollbackEvent>AutoRollbackConfiguration. events()The event type or types that trigger a rollback.static Set<AutoRollbackEvent>AutoRollbackEvent. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type AutoRollbackEvent Modifier and Type Method Description AutoRollbackConfiguration.BuilderAutoRollbackConfiguration.Builder. events(AutoRollbackEvent... events)The event type or types that trigger a rollback.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type AutoRollbackEvent Modifier and Type Method Description AutoRollbackConfiguration.BuilderAutoRollbackConfiguration.Builder. events(Collection<AutoRollbackEvent> events)The event type or types that trigger a rollback.
-