Uses of Enum
com.amazonaws.services.codecommit.model.RepositoryTriggerEventEnum
Packages that use RepositoryTriggerEventEnum
-
Uses of RepositoryTriggerEventEnum in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return RepositoryTriggerEventEnumModifier and TypeMethodDescriptionstatic RepositoryTriggerEventEnum
Use this in place of valueOf.static RepositoryTriggerEventEnum
Returns the enum constant of this type with the specified name.static RepositoryTriggerEventEnum[]
RepositoryTriggerEventEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.codecommit.model with parameters of type RepositoryTriggerEventEnumModifier and TypeMethodDescriptionRepositoryTrigger.withEvents
(RepositoryTriggerEventEnum... events) The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS).