| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withResourceName(String resourceName)
The name of the resource referenced by the event returned.
|
Resource |
Resource.withResourceType(String resourceType)
The type of a resource referenced by the event returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Event.getResources()
A list of resources referenced by the event returned.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.withResources(Resource... resources)
A list of resources referenced by the event returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setResources(Collection<Resource> resources)
A list of resources referenced by the event returned.
|
Event |
Event.withResources(Collection<Resource> resources)
A list of resources referenced by the event returned.
|
Copyright © 2020. All rights reserved.