| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
InputConfiguration |
InputConfiguration.clone() |
InputConfiguration |
CreateInputResult.getInputConfiguration()
Information about the configuration of the input.
|
InputConfiguration |
Input.getInputConfiguration()
Information about the configuration of an input.
|
InputConfiguration |
UpdateInputResult.getInputConfiguration()
Information about the configuration of the input.
|
InputConfiguration |
InputConfiguration.withCreationTime(Date creationTime)
The time the input was created.
|
InputConfiguration |
InputConfiguration.withInputArn(String inputArn)
The ARN of the input.
|
InputConfiguration |
InputConfiguration.withInputDescription(String inputDescription)
A brief description of the input.
|
InputConfiguration |
InputConfiguration.withInputName(String inputName)
The name of the input.
|
InputConfiguration |
InputConfiguration.withLastUpdateTime(Date lastUpdateTime)
The last time the input was updated.
|
InputConfiguration |
InputConfiguration.withStatus(InputStatus status)
The status of the input.
|
InputConfiguration |
InputConfiguration.withStatus(String status)
The status of the input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateInputResult.setInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of the input.
|
void |
Input.setInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of an input.
|
void |
UpdateInputResult.setInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of the input.
|
CreateInputResult |
CreateInputResult.withInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of the input.
|
Input |
Input.withInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of an input.
|
UpdateInputResult |
UpdateInputResult.withInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of the input.
|
Copyright © 2024. All rights reserved.