Uses of Interface
software.amazon.awssdk.services.dataexchange.model.ListEventActionsResponse.Builder
-
Packages that use ListEventActionsResponse.Builder Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of ListEventActionsResponse.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return ListEventActionsResponse.Builder Modifier and Type Method Description static ListEventActionsResponse.BuilderListEventActionsResponse. builder()ListEventActionsResponse.BuilderListEventActionsResponse.Builder. eventActions(Collection<EventActionEntry> eventActions)The event action objects listed by the request.ListEventActionsResponse.BuilderListEventActionsResponse.Builder. eventActions(Consumer<EventActionEntry.Builder>... eventActions)The event action objects listed by the request.ListEventActionsResponse.BuilderListEventActionsResponse.Builder. eventActions(EventActionEntry... eventActions)The event action objects listed by the request.ListEventActionsResponse.BuilderListEventActionsResponse.Builder. nextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListEventActionsResponse.BuilderListEventActionsResponse. toBuilder()Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type ListEventActionsResponse.Builder Modifier and Type Method Description static Class<? extends ListEventActionsResponse.Builder>ListEventActionsResponse. serializableBuilderClass()
-