Uses of Class
software.amazon.awssdk.services.devopsguru.model.EventClass
-
Packages that use EventClass Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of EventClass in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return EventClass Modifier and Type Method Description EventClassEvent. eventClass()The class of the event.EventClassListEventsFilters. eventClass()The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.static EventClassEventClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventClassEventClass. 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.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type EventClass Modifier and Type Method Description static Set<EventClass>EventClass. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type EventClass Modifier and Type Method Description Event.BuilderEvent.Builder. eventClass(EventClass eventClass)The class of the event.ListEventsFilters.BuilderListEventsFilters.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.
-