| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model | |
| com.amazonaws.services.medialive.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeInputResult> |
AWSMediaLiveAsyncClient.describeInputAsync(DescribeInputRequest request,
AsyncHandler<DescribeInputRequest,DescribeInputResult> asyncHandler) |
Future<DescribeInputResult> |
AbstractAWSMediaLiveAsync.describeInputAsync(DescribeInputRequest request,
AsyncHandler<DescribeInputRequest,DescribeInputResult> asyncHandler) |
Future<DescribeInputResult> |
AWSMediaLiveAsync.describeInputAsync(DescribeInputRequest describeInputRequest,
AsyncHandler<DescribeInputRequest,DescribeInputResult> asyncHandler)
Produces details about an input
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInputRequest |
DescribeInputRequest.clone() |
DescribeInputRequest |
DescribeInputRequest.withInputId(String inputId)
Unique ID of the input
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeInputRequest> |
AWSMediaLiveWaiters.inputAttached()
Builds a InputAttached waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeInputRequest> |
AWSMediaLiveWaiters.inputDeleted()
Builds a InputDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeInputRequest> |
AWSMediaLiveWaiters.inputDetached()
Builds a InputDetached waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResult |
DescribeInputFunction.apply(DescribeInputRequest describeInputRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.