| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.withJsonPath(String jsonPath)
An expression that specifies an attribute-value pair in a JSON structure.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
InputDefinition.getAttributes()
The attributes from the JSON payload that are made available by the input.
|
| Modifier and Type | Method and Description |
|---|---|
InputDefinition |
InputDefinition.withAttributes(Attribute... attributes)
The attributes from the JSON payload that are made available by the input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputDefinition.setAttributes(Collection<Attribute> attributes)
The attributes from the JSON payload that are made available by the input.
|
InputDefinition |
InputDefinition.withAttributes(Collection<Attribute> attributes)
The attributes from the JSON payload that are made available by the input.
|
Copyright © 2021. All rights reserved.