Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model | |
com.amazonaws.services.cloudtrail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Resource> |
Event.resources
A list of resources referenced by the event returned.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.clone() |
Resource |
Resource.withResourceName(java.lang.String resourceName)
The name of the resource referenced by the event returned.
|
Resource |
Resource.withResourceType(java.lang.String resourceType)
The type of a resource referenced by the event returned.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Resource> resources)
A list of resources referenced by the event returned.
|
Event |
Event.withResources(java.util.Collection<Resource> resources)
A list of resources referenced by the event returned.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceJsonMarshaller.marshall(Resource resource,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|