| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryTriggerEventEnum |
RepositoryTriggerEventEnum.fromValue(String value)
Use this in place of valueOf.
|
static RepositoryTriggerEventEnum |
RepositoryTriggerEventEnum.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.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryTrigger |
RepositoryTrigger.withEvents(RepositoryTriggerEventEnum... events)
The repository events that cause the trigger to run actions in another service, such as sending a notification
through Amazon SNS.
|
Copyright © 2022. All rights reserved.