| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFlowResult> |
AbstractAWSMediaConnectAsync.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
Future<CreateFlowResult> |
AWSMediaConnectAsync.createFlowAsync(CreateFlowRequest createFlowRequest,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler)
Creates a new flow.
|
Future<CreateFlowResult> |
AWSMediaConnectAsyncClient.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest |
CreateFlowRequest.clone() |
CreateFlowRequest |
CreateFlowRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
CreateFlowRequest |
CreateFlowRequest.withEntitlements(Collection<GrantEntitlementRequest> entitlements)
The entitlements that you want to grant on a flow.
|
CreateFlowRequest |
CreateFlowRequest.withEntitlements(GrantEntitlementRequest... entitlements)
The entitlements that you want to grant on a flow.
|
CreateFlowRequest |
CreateFlowRequest.withName(String name)
The name of the flow.
|
CreateFlowRequest |
CreateFlowRequest.withOutputs(AddOutputRequest... outputs)
The outputs that you want to add to this flow.
|
CreateFlowRequest |
CreateFlowRequest.withOutputs(Collection<AddOutputRequest> outputs)
The outputs that you want to add to this flow.
|
CreateFlowRequest |
CreateFlowRequest.withSource(SetSourceRequest source) |
Copyright © 2020. All rights reserved.