Uses of Class
software.amazon.awssdk.services.iotevents.model.InputConfiguration
-
Packages that use InputConfiguration Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of InputConfiguration in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return InputConfiguration Modifier and Type Method Description InputConfigurationCreateInputResponse. inputConfiguration()Information about the configuration of the input.InputConfigurationInput. inputConfiguration()Information about the configuration of an input.InputConfigurationUpdateInputResponse. inputConfiguration()Information about the configuration of the input.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type InputConfiguration Modifier and Type Method Description CreateInputResponse.BuilderCreateInputResponse.Builder. inputConfiguration(InputConfiguration inputConfiguration)Information about the configuration of the input.Input.BuilderInput.Builder. inputConfiguration(InputConfiguration inputConfiguration)Information about the configuration of an input.UpdateInputResponse.BuilderUpdateInputResponse.Builder. inputConfiguration(InputConfiguration inputConfiguration)Information about the configuration of the input.
-