Uses of Interface
software.amazon.awssdk.services.iotevents.model.UpdateInputResponse.Builder
-
Packages that use UpdateInputResponse.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of UpdateInputResponse.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return UpdateInputResponse.Builder Modifier and Type Method Description static UpdateInputResponse.BuilderUpdateInputResponse. builder()default UpdateInputResponse.BuilderUpdateInputResponse.Builder. inputConfiguration(Consumer<InputConfiguration.Builder> inputConfiguration)Information about the configuration of the input.UpdateInputResponse.BuilderUpdateInputResponse.Builder. inputConfiguration(InputConfiguration inputConfiguration)Information about the configuration of the input.UpdateInputResponse.BuilderUpdateInputResponse. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type UpdateInputResponse.Builder Modifier and Type Method Description static Class<? extends UpdateInputResponse.Builder>UpdateInputResponse. serializableBuilderClass()
-