| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static InputStatus |
InputStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputStatus |
InputSummary.status()
The status of the input.
|
InputStatus |
InputConfiguration.status()
The status of the input.
|
static InputStatus |
InputStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputStatus[] |
InputStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InputStatus> |
InputStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputSummary.Builder |
InputSummary.Builder.status(InputStatus status)
The status of the input.
|
InputConfiguration.Builder |
InputConfiguration.Builder.status(InputStatus status)
The status of the input.
|
Copyright © 2022. All rights reserved.