Uses of Class
software.amazon.awssdk.services.medialive.model.Input
-
Packages that use Input Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of Input in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Input Modifier and Type Method Description InputCreateInputResponse. input()Returns the value of the Input property for this object.InputCreatePartnerInputResponse. input()Returns the value of the Input property for this object.InputUpdateInputResponse. input()Returns the value of the Input property for this object.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type Input Modifier and Type Method Description List<Input>ListInputsResponse. inputs()Returns the value of the Inputs property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type Input Modifier and Type Method Description CreateInputResponse.BuilderCreateInputResponse.Builder. input(Input input)Sets the value of the Input property for this object.CreatePartnerInputResponse.BuilderCreatePartnerInputResponse.Builder. input(Input input)Sets the value of the Input property for this object.UpdateInputResponse.BuilderUpdateInputResponse.Builder. input(Input input)Sets the value of the Input property for this object.ListInputsResponse.BuilderListInputsResponse.Builder. inputs(Input... inputs)Sets the value of the Inputs property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type Input Modifier and Type Method Description ListInputsResponse.BuilderListInputsResponse.Builder. inputs(Collection<Input> inputs)Sets the value of the Inputs property for this object. -
Uses of Input in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type Input Modifier and Type Method Description SdkIterable<Input>ListInputsIterable. inputs()Returns an iterable to iterate through the paginatedListInputsResponse.inputs()member.SdkPublisher<Input>ListInputsPublisher. inputs()Returns a publisher that can be used to get a stream of data.
-