Uses of Class
software.amazon.awssdk.services.dataexchange.model.EventActionEntry
-
Packages that use EventActionEntry Package Description software.amazon.awssdk.services.dataexchange.model software.amazon.awssdk.services.dataexchange.paginators -
-
Uses of EventActionEntry in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type EventActionEntry Modifier and Type Method Description List<EventActionEntry>ListEventActionsResponse. eventActions()The event action objects listed by the request.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type EventActionEntry Modifier and Type Method Description ListEventActionsResponse.BuilderListEventActionsResponse.Builder. eventActions(EventActionEntry... eventActions)The event action objects listed by the request.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type EventActionEntry Modifier and Type Method Description ListEventActionsResponse.BuilderListEventActionsResponse.Builder. eventActions(Collection<EventActionEntry> eventActions)The event action objects listed by the request. -
Uses of EventActionEntry in software.amazon.awssdk.services.dataexchange.paginators
Methods in software.amazon.awssdk.services.dataexchange.paginators that return types with arguments of type EventActionEntry Modifier and Type Method Description SdkIterable<EventActionEntry>ListEventActionsIterable. eventActions()Returns an iterable to iterate through the paginatedListEventActionsResponse.eventActions()member.SdkPublisher<EventActionEntry>ListEventActionsPublisher. eventActions()Returns a publisher that can be used to get a stream of data.
-