Uses of Class
software.amazon.awssdk.services.personalizeevents.model.ActionInteraction
-
Packages that use ActionInteraction Package Description software.amazon.awssdk.services.personalizeevents.model -
-
Uses of ActionInteraction in software.amazon.awssdk.services.personalizeevents.model
Methods in software.amazon.awssdk.services.personalizeevents.model that return types with arguments of type ActionInteraction Modifier and Type Method Description List<ActionInteraction>PutActionInteractionsRequest. actionInteractions()A list of action interaction events from the session.Methods in software.amazon.awssdk.services.personalizeevents.model with parameters of type ActionInteraction Modifier and Type Method Description PutActionInteractionsRequest.BuilderPutActionInteractionsRequest.Builder. actionInteractions(ActionInteraction... actionInteractions)A list of action interaction events from the session.Method parameters in software.amazon.awssdk.services.personalizeevents.model with type arguments of type ActionInteraction Modifier and Type Method Description PutActionInteractionsRequest.BuilderPutActionInteractionsRequest.Builder. actionInteractions(Collection<ActionInteraction> actionInteractions)A list of action interaction events from the session.
-