| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withDataSource(EventDataSource dataSource)
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, where DevOps Guru analysis found the
event. |
Event |
Event.withDataSource(String dataSource)
The source,
AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, where DevOps Guru analysis found the
event. |
Event |
Event.withEventClass(EventClass eventClass)
The class of the event.
|
Event |
Event.withEventClass(String eventClass)
The class of the event.
|
Event |
Event.withEventSource(String eventSource)
The Amazon Web Services source that emitted the event.
|
Event |
Event.withId(String id)
The ID of the event.
|
Event |
Event.withName(String name)
The name of the event.
|
Event |
Event.withResourceCollection(ResourceCollection resourceCollection) |
Event |
Event.withResources(Collection<EventResource> resources)
An
EventResource object that contains information about the resource that emitted the event. |
Event |
Event.withResources(EventResource... resources)
An
EventResource object that contains information about the resource that emitted the event. |
Event |
Event.withTime(Date time)
A
Timestamp that specifies the time the event occurred. |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
ListEventsResult.getEvents()
A list of the requested events.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventsResult |
ListEventsResult.withEvents(Event... events)
A list of the requested events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventsResult.setEvents(Collection<Event> events)
A list of the requested events.
|
ListEventsResult |
ListEventsResult.withEvents(Collection<Event> events)
A list of the requested events.
|
Copyright © 2025. All rights reserved.