| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ListEventsFilters |
ListEventsFilters.clone() |
ListEventsFilters |
ListEventsRequest.getFilters()
A
ListEventsFilters object used to specify which events to return. |
ListEventsFilters |
ListEventsFilters.withDataSource(EventDataSource dataSource)
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned. |
ListEventsFilters |
ListEventsFilters.withDataSource(String dataSource)
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned. |
ListEventsFilters |
ListEventsFilters.withEventClass(EventClass eventClass)
The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema
change.
|
ListEventsFilters |
ListEventsFilters.withEventClass(String eventClass)
The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema
change.
|
ListEventsFilters |
ListEventsFilters.withEventSource(String eventSource)
The Amazon Web Services source that emitted the events you want to filter for.
|
ListEventsFilters |
ListEventsFilters.withEventTimeRange(EventTimeRange eventTimeRange)
A time range during which you want the filtered events to have occurred.
|
ListEventsFilters |
ListEventsFilters.withInsightId(String insightId)
An ID of an insight that is related to the events you want to filter for.
|
ListEventsFilters |
ListEventsFilters.withResourceCollection(ResourceCollection resourceCollection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventsRequest.setFilters(ListEventsFilters filters)
A
ListEventsFilters object used to specify which events to return. |
ListEventsRequest |
ListEventsRequest.withFilters(ListEventsFilters filters)
A
ListEventsFilters object used to specify which events to return. |
Copyright © 2024. All rights reserved.