| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive |
API for AWS Elemental MediaLive
|
| software.amazon.awssdk.services.medialive.paginators | |
| software.amazon.awssdk.services.medialive.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListInputsResponse |
MediaLiveClient.listInputs(ListInputsRequest listInputsRequest)
Produces list of inputs that have been created
|
default CompletableFuture<ListInputsResponse> |
MediaLiveAsyncClient.listInputs(ListInputsRequest listInputsRequest)
Produces list of inputs that have been created
|
default ListInputsIterable |
MediaLiveClient.listInputsPaginator(ListInputsRequest listInputsRequest)
Produces list of inputs that have been created
|
default ListInputsPublisher |
MediaLiveAsyncClient.listInputsPaginator(ListInputsRequest listInputsRequest)
Produces list of inputs that have been created
|
| Constructor and Description |
|---|
ListInputsIterable(MediaLiveClient client,
ListInputsRequest firstRequest) |
ListInputsPublisher(MediaLiveAsyncClient client,
ListInputsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListInputsRequestMarshaller.marshall(ListInputsRequest listInputsRequest) |
Copyright © 2022. All rights reserved.