| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withDataSource(EventDataSource dataSource) |
Event |
Event.withDataSource(String dataSource) |
Event |
Event.withEventClass(EventClass eventClass) |
Event |
Event.withEventClass(String eventClass) |
Event |
Event.withEventSource(String eventSource) |
Event |
Event.withId(String id) |
Event |
Event.withName(String name) |
Event |
Event.withResourceCollection(ResourceCollection resourceCollection) |
Event |
Event.withResources(Collection<EventResource> resources) |
Event |
Event.withResources(EventResource... resources)
NOTE: This method appends the values to the existing list (if any).
|
Event |
Event.withTime(Date time) |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
ListEventsResult.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
ListEventsResult |
ListEventsResult.withEvents(Event... events)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventsResult.setEvents(Collection<Event> events) |
ListEventsResult |
ListEventsResult.withEvents(Collection<Event> events) |
Copyright © 2020. All rights reserved.