| 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<DescribeMultiplexResult> |
AWSMediaLiveAsyncClient.describeMultiplexAsync(DescribeMultiplexRequest request,
AsyncHandler<DescribeMultiplexRequest,DescribeMultiplexResult> asyncHandler) |
Future<DescribeMultiplexResult> |
AWSMediaLiveAsync.describeMultiplexAsync(DescribeMultiplexRequest describeMultiplexRequest,
AsyncHandler<DescribeMultiplexRequest,DescribeMultiplexResult> asyncHandler)
Gets details about a multiplex.
|
Future<DescribeMultiplexResult> |
AbstractAWSMediaLiveAsync.describeMultiplexAsync(DescribeMultiplexRequest request,
AsyncHandler<DescribeMultiplexRequest,DescribeMultiplexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeMultiplexRequest |
DescribeMultiplexRequest.clone() |
DescribeMultiplexRequest |
DescribeMultiplexRequest.withMultiplexId(String multiplexId)
The ID of the multiplex.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeMultiplexRequest> |
AWSMediaLiveWaiters.multiplexCreated()
Builds a MultiplexCreated 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<DescribeMultiplexRequest> |
AWSMediaLiveWaiters.multiplexDeleted()
Builds a MultiplexDeleted 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<DescribeMultiplexRequest> |
AWSMediaLiveWaiters.multiplexRunning()
Builds a MultiplexRunning 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<DescribeMultiplexRequest> |
AWSMediaLiveWaiters.multiplexStopped()
Builds a MultiplexStopped 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 |
|---|---|
DescribeMultiplexResult |
DescribeMultiplexFunction.apply(DescribeMultiplexRequest describeMultiplexRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2020. All rights reserved.