| Package | Description |
|---|---|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static RepositoryNotificationEvents |
RepositoryNotificationEvents.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryNotificationEvents[] |
RepositoryNotificationEvents.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryNotificationEvents> |
RepositoryNotifyOnOptions.getEvents()
A list of event types associated with this notification rule for CodeCommit repositories.
|
List<RepositoryNotificationEvents> |
RepositoryNotifyOnOptions.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryNotifyOnOptions.Builder |
RepositoryNotifyOnOptions.Builder.events(List<? extends RepositoryNotificationEvents> events)
Sets the value of
RepositoryNotifyOnOptions.getEvents() |
Copyright © 2022. All rights reserved.