Uses of Class
software.amazon.awssdk.services.codecommit.model.RepositoryTriggerEventEnum
-
Packages that use RepositoryTriggerEventEnum Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of RepositoryTriggerEventEnum in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return RepositoryTriggerEventEnum Modifier and Type Method Description static RepositoryTriggerEventEnumRepositoryTriggerEventEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RepositoryTriggerEventEnumRepositoryTriggerEventEnum. valueOf(String name)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 software.amazon.awssdk.services.codecommit.model that return types with arguments of type RepositoryTriggerEventEnum Modifier and Type Method Description List<RepositoryTriggerEventEnum>RepositoryTrigger. events()The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.static Set<RepositoryTriggerEventEnum>RepositoryTriggerEventEnum. knownValues()Methods in software.amazon.awssdk.services.codecommit.model with parameters of type RepositoryTriggerEventEnum Modifier and Type Method Description RepositoryTrigger.BuilderRepositoryTrigger.Builder. events(RepositoryTriggerEventEnum... events)The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type RepositoryTriggerEventEnum Modifier and Type Method Description RepositoryTrigger.BuilderRepositoryTrigger.Builder. events(Collection<RepositoryTriggerEventEnum> events)The repository events that cause the trigger to run actions in another service, such as sending a notification through Amazon SNS.
-