| 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<DescribeChannelResult> |
AWSMediaLiveAsync.describeChannelAsync(DescribeChannelRequest describeChannelRequest,
AsyncHandler<DescribeChannelRequest,DescribeChannelResult> asyncHandler)
Gets details about a channel
|
Future<DescribeChannelResult> |
AbstractAWSMediaLiveAsync.describeChannelAsync(DescribeChannelRequest request,
AsyncHandler<DescribeChannelRequest,DescribeChannelResult> asyncHandler) |
Future<DescribeChannelResult> |
AWSMediaLiveAsyncClient.describeChannelAsync(DescribeChannelRequest request,
AsyncHandler<DescribeChannelRequest,DescribeChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelRequest |
DescribeChannelRequest.clone() |
DescribeChannelRequest |
DescribeChannelRequest.withChannelId(String channelId)
channel ID
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeChannelRequest> |
AWSMediaLiveWaiters.channelCreated()
Builds a ChannelCreated 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<DescribeChannelRequest> |
AWSMediaLiveWaiters.channelDeleted()
Builds a ChannelDeleted 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<DescribeChannelRequest> |
AWSMediaLiveWaiters.channelRunning()
Builds a ChannelRunning 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<DescribeChannelRequest> |
AWSMediaLiveWaiters.channelStopped()
Builds a ChannelStopped 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 |
|---|---|
DescribeChannelResult |
DescribeChannelFunction.apply(DescribeChannelRequest describeChannelRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.