Uses of Enum
com.amazonaws.services.codecommit.model.RepositoryTriggerEventEnum
Packages that use RepositoryTriggerEventEnum
-
Uses of RepositoryTriggerEventEnum in com.amazonaws.services.codecommit.model
Subclasses with type arguments of type RepositoryTriggerEventEnum in com.amazonaws.services.codecommit.modelMethods in com.amazonaws.services.codecommit.model that return RepositoryTriggerEventEnumModifier and TypeMethodDescriptionstatic RepositoryTriggerEventEnumUse this in place of valueOf.static RepositoryTriggerEventEnumReturns 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).