| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
InputSummary |
InputSummary.clone() |
InputSummary |
InputSummary.withCreationTime(Date creationTime)
The time the input was created.
|
InputSummary |
InputSummary.withInputArn(String inputArn)
The ARN of the input.
|
InputSummary |
InputSummary.withInputDescription(String inputDescription)
A brief description of the input.
|
InputSummary |
InputSummary.withInputName(String inputName)
The name of the input.
|
InputSummary |
InputSummary.withLastUpdateTime(Date lastUpdateTime)
The last time the input was updated.
|
InputSummary |
InputSummary.withStatus(InputStatus status)
The status of the input.
|
InputSummary |
InputSummary.withStatus(String status)
The status of the input.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputSummary> |
ListInputsResult.getInputSummaries()
Summary information about the inputs.
|
| Modifier and Type | Method and Description |
|---|---|
ListInputsResult |
ListInputsResult.withInputSummaries(InputSummary... inputSummaries)
Summary information about the inputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInputsResult.setInputSummaries(Collection<InputSummary> inputSummaries)
Summary information about the inputs.
|
ListInputsResult |
ListInputsResult.withInputSummaries(Collection<InputSummary> inputSummaries)
Summary information about the inputs.
|
Copyright © 2025. All rights reserved.