| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
EventResource |
EventResource.clone() |
EventResource |
EventResource.withArn(String arn)
The Amazon Resource Name (ARN) of the resource that emitted an event.
|
EventResource |
EventResource.withName(String name)
The name of the resource that emitted an event.
|
EventResource |
EventResource.withType(String type)
The type of resource that emitted an event.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventResource> |
Event.getResources()
An
EventResource object that contains information about the resource that emitted the event. |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.withResources(EventResource... resources)
An
EventResource object that contains information about the resource that emitted the event. |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setResources(Collection<EventResource> resources)
An
EventResource object that contains information about the resource that emitted the event. |
Event |
Event.withResources(Collection<EventResource> resources)
An
EventResource object that contains information about the resource that emitted the event. |
Copyright © 2023. All rights reserved.