Uses of Class
software.amazon.awssdk.services.personalizeevents.model.Action
-
Packages that use Action Package Description software.amazon.awssdk.services.personalizeevents.model -
-
Uses of Action in software.amazon.awssdk.services.personalizeevents.model
Methods in software.amazon.awssdk.services.personalizeevents.model that return types with arguments of type Action Modifier and Type Method Description List<Action>PutActionsRequest. actions()A list of action data.Methods in software.amazon.awssdk.services.personalizeevents.model with parameters of type Action Modifier and Type Method Description PutActionsRequest.BuilderPutActionsRequest.Builder. actions(Action... actions)A list of action data.Method parameters in software.amazon.awssdk.services.personalizeevents.model with type arguments of type Action Modifier and Type Method Description PutActionsRequest.BuilderPutActionsRequest.Builder. actions(Collection<Action> actions)A list of action data.
-