| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model | |
| software.amazon.awssdk.services.medialive.paginators |
| Modifier and Type | Method and Description |
|---|---|
Input |
CreatePartnerInputResponse.input()
Returns the value of the Input property for this object.
|
Input |
UpdateInputResponse.input()
Returns the value of the Input property for this object.
|
Input |
CreateInputResponse.input()
Returns the value of the Input property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
ListInputsResponse.inputs()
Returns the value of the Inputs property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePartnerInputResponse.Builder |
CreatePartnerInputResponse.Builder.input(Input input)
Sets the value of the Input property for this object.
|
UpdateInputResponse.Builder |
UpdateInputResponse.Builder.input(Input input)
Sets the value of the Input property for this object.
|
CreateInputResponse.Builder |
CreateInputResponse.Builder.input(Input input)
Sets the value of the Input property for this object.
|
ListInputsResponse.Builder |
ListInputsResponse.Builder.inputs(Input... inputs)
Sets the value of the Inputs property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListInputsResponse.Builder |
ListInputsResponse.Builder.inputs(Collection<Input> inputs)
Sets the value of the Inputs property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Input> |
ListInputsPublisher.inputs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Input> |
ListInputsIterable.inputs()
Returns an iterable to iterate through the paginated
ListInputsResponse.inputs() member. |
Copyright © 2022. All rights reserved.