Uses of Class
software.amazon.awssdk.services.codedeploy.model.TriggerEventType
-
Packages that use TriggerEventType Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TriggerEventType in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TriggerEventType Modifier and Type Method Description static TriggerEventTypeTriggerEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TriggerEventTypeTriggerEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerEventType[]TriggerEventType. 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 TriggerEventType Modifier and Type Method Description static Set<TriggerEventType>TriggerEventType. knownValues()List<TriggerEventType>TriggerConfig. triggerEvents()The event type or types for which notifications are triggered.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TriggerEventType Modifier and Type Method Description TriggerConfig.BuilderTriggerConfig.Builder. triggerEvents(TriggerEventType... triggerEvents)The event type or types for which notifications are triggered.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type TriggerEventType Modifier and Type Method Description TriggerConfig.BuilderTriggerConfig.Builder. triggerEvents(Collection<TriggerEventType> triggerEvents)The event type or types for which notifications are triggered.
-