| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
InputDefinition |
InputDefinition.clone() |
InputDefinition |
Input.getInputDefinition()
The definition of the input.
|
InputDefinition |
CreateInputRequest.getInputDefinition()
The definition of the input.
|
InputDefinition |
UpdateInputRequest.getInputDefinition()
The definition of the input.
|
InputDefinition |
InputDefinition.withAttributes(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
void |
CreateInputRequest.setInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
void |
UpdateInputRequest.setInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
Input |
Input.withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
CreateInputRequest |
CreateInputRequest.withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
UpdateInputRequest |
UpdateInputRequest.withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
Copyright © 2025. All rights reserved.