| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ActionPayload |
ActionPayload.clone() |
ActionPayload |
ExecuteActionRequest.getActionPayload()
The JSON payload of the action.
|
ActionPayload |
DescribeActionResult.getActionPayload()
The JSON payload of the action.
|
ActionPayload |
ActionPayload.withStringValue(String stringValue)
The payload of the action in a JSON string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteActionRequest.setActionPayload(ActionPayload actionPayload)
The JSON payload of the action.
|
void |
DescribeActionResult.setActionPayload(ActionPayload actionPayload)
The JSON payload of the action.
|
ExecuteActionRequest |
ExecuteActionRequest.withActionPayload(ActionPayload actionPayload)
The JSON payload of the action.
|
DescribeActionResult |
DescribeActionResult.withActionPayload(ActionPayload actionPayload)
The JSON payload of the action.
|
Copyright © 2023. All rights reserved.