Uses of Class
software.amazon.awssdk.services.iotevents.model.InputStatus
-
Packages that use InputStatus Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of InputStatus in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return InputStatus Modifier and Type Method Description static InputStatusInputStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputStatusInputConfiguration. status()The status of the input.InputStatusInputSummary. status()The status of the input.static InputStatusInputStatus. 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.Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type InputStatus Modifier and Type Method Description static Set<InputStatus>InputStatus. knownValues()Methods in software.amazon.awssdk.services.iotevents.model with parameters of type InputStatus Modifier and Type Method Description InputConfiguration.BuilderInputConfiguration.Builder. status(InputStatus status)The status of the input.InputSummary.BuilderInputSummary.Builder. status(InputStatus status)The status of the input.
-