| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
EventDataSource |
Event.dataSource()
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, where DevOps Guru analysis found the
event. |
EventDataSource |
ListEventsFilters.dataSource()
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned. |
static EventDataSource |
EventDataSource.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EventDataSource |
EventDataSource.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EventDataSource> |
EventDataSource.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.dataSource(EventDataSource dataSource)
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, where DevOps Guru analysis found
the event. |
ListEventsFilters.Builder |
ListEventsFilters.Builder.dataSource(EventDataSource dataSource)
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned. |
Copyright © 2023. All rights reserved.