| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model | |
| com.amazonaws.services.mediaconnect.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFlowResult> |
AWSMediaConnectAsyncClient.describeFlowAsync(DescribeFlowRequest request,
AsyncHandler<DescribeFlowRequest,DescribeFlowResult> asyncHandler) |
Future<DescribeFlowResult> |
AbstractAWSMediaConnectAsync.describeFlowAsync(DescribeFlowRequest request,
AsyncHandler<DescribeFlowRequest,DescribeFlowResult> asyncHandler) |
Future<DescribeFlowResult> |
AWSMediaConnectAsync.describeFlowAsync(DescribeFlowRequest describeFlowRequest,
AsyncHandler<DescribeFlowRequest,DescribeFlowResult> asyncHandler)
Displays the details of a flow.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowRequest |
DescribeFlowRequest.clone() |
DescribeFlowRequest |
DescribeFlowRequest.withFlowArn(String flowArn)
The ARN of the flow that you want to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeFlowRequest> |
AWSMediaConnectWaiters.flowActive()
Builds a FlowActive 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<DescribeFlowRequest> |
AWSMediaConnectWaiters.flowDeleted()
Builds a FlowDeleted 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<DescribeFlowRequest> |
AWSMediaConnectWaiters.flowStandby()
Builds a FlowStandby 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 |
|---|---|
DescribeFlowResult |
DescribeFlowFunction.apply(DescribeFlowRequest describeFlowRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.