| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model | |
| software.amazon.awssdk.services.dataexchange.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EventActionEntry> |
ListEventActionsResponse.eventActions()
The event action objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventActionsResponse.Builder |
ListEventActionsResponse.Builder.eventActions(EventActionEntry... eventActions)
The event action objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventActionsResponse.Builder |
ListEventActionsResponse.Builder.eventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EventActionEntry> |
ListEventActionsPublisher.eventActions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EventActionEntry> |
ListEventActionsIterable.eventActions()
Returns an iterable to iterate through the paginated
ListEventActionsResponse.eventActions() member. |
Copyright © 2023. All rights reserved.