| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
EventActionEntry |
EventActionEntry.clone() |
EventActionEntry |
EventActionEntry.withAction(Action action)
What occurs after a certain event.
|
EventActionEntry |
EventActionEntry.withArn(String arn)
The Amazon Resource Name (ARN) for the event action.
|
EventActionEntry |
EventActionEntry.withCreatedAt(Date createdAt)
The date and time that the event action was created, in ISO 8601 format.
|
EventActionEntry |
EventActionEntry.withEvent(Event event)
What occurs to start an action.
|
EventActionEntry |
EventActionEntry.withId(String id)
The unique identifier for the event action.
|
EventActionEntry |
EventActionEntry.withUpdatedAt(Date updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventActionEntry> |
ListEventActionsResult.getEventActions()
The event action objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventActionsResult |
ListEventActionsResult.withEventActions(EventActionEntry... eventActions)
The event action objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventActionsResult.setEventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
|
ListEventActionsResult |
ListEventActionsResult.withEventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
|
Copyright © 2023. All rights reserved.