Uses of Class
software.amazon.awssdk.services.devopsguru.model.EventDataSource
-
Packages that use EventDataSource Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of EventDataSource in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return EventDataSource Modifier and Type Method Description EventDataSourceEvent. dataSource()The source,AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, where DevOps Guru analysis found the event.EventDataSourceListEventsFilters. dataSource()The source,AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, of the events you want returned.static EventDataSourceEventDataSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventDataSourceEventDataSource. valueOf(String name)Returns the enum constant of this type with the specified name.static EventDataSource[]EventDataSource. 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 EventDataSource Modifier and Type Method Description static Set<EventDataSource>EventDataSource. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type EventDataSource Modifier and Type Method Description Event.BuilderEvent.Builder. dataSource(EventDataSource dataSource)The source,AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, where DevOps Guru analysis found the event.ListEventsFilters.BuilderListEventsFilters.Builder. dataSource(EventDataSource dataSource)The source,AWS_CLOUD_TRAILorAWS_CODE_DEPLOY, of the events you want returned.
-