| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFlowResult> |
AWSMediaConnectAsyncClient.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
Future<CreateFlowResult> |
AWSMediaConnectAsync.createFlowAsync(CreateFlowRequest createFlowRequest,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler)
Creates a new flow.
|
Future<CreateFlowResult> |
AbstractAWSMediaConnectAsync.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.withMaintenance(AddMaintenance maintenance) |
CreateFlowRequest |
CreateFlowRequest.withMediaStreams(AddMediaStreamRequest... mediaStreams)
The media streams that you want to add to the flow.
|
CreateFlowRequest |
CreateFlowRequest.withMediaStreams(Collection<AddMediaStreamRequest> mediaStreams)
The media streams that you want to add to the 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) |
CreateFlowRequest |
CreateFlowRequest.withSourceFailoverConfig(FailoverConfig sourceFailoverConfig) |
CreateFlowRequest |
CreateFlowRequest.withSources(Collection<SetSourceRequest> sources) |
CreateFlowRequest |
CreateFlowRequest.withSources(SetSourceRequest... sources)
NOTE: This method appends the values to the existing list (if any).
|
CreateFlowRequest |
CreateFlowRequest.withVpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
The VPC interfaces you want on the flow.
|
CreateFlowRequest |
CreateFlowRequest.withVpcInterfaces(VpcInterfaceRequest... vpcInterfaces)
The VPC interfaces you want on the flow.
|
Copyright © 2024. All rights reserved.