| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
EventClass |
Event.eventClass()
The class of the event.
|
EventClass |
ListEventsFilters.eventClass()
The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema
change.
|
static EventClass |
EventClass.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EventClass |
EventClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventClass[] |
EventClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EventClass> |
EventClass.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.eventClass(EventClass eventClass)
The class of the event.
|
ListEventsFilters.Builder |
ListEventsFilters.Builder.eventClass(EventClass eventClass)
The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema
change.
|
Copyright © 2023. All rights reserved.