| Package | Description |
|---|---|
| com.amazonaws.services.personalizeevents.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
Action.withActionId(String actionId)
The ID associated with the action.
|
Action |
Action.withProperties(String properties)
A string map of action-specific metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
PutActionsRequest.getActions()
A list of action data.
|
| Modifier and Type | Method and Description |
|---|---|
PutActionsRequest |
PutActionsRequest.withActions(Action... actions)
A list of action data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutActionsRequest.setActions(Collection<Action> actions)
A list of action data.
|
PutActionsRequest |
PutActionsRequest.withActions(Collection<Action> actions)
A list of action data.
|
Copyright © 2024. All rights reserved.