| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryTriggerEventEnum |
RepositoryTriggerEventEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
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()
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryTrigger.Builder |
RepositoryTrigger.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.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryTrigger.Builder |
RepositoryTrigger.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.
|
Copyright © 2021. All rights reserved.