| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFlowOutputResult> |
AbstractAWSMediaConnectAsync.updateFlowOutputAsync(UpdateFlowOutputRequest request,
AsyncHandler<UpdateFlowOutputRequest,UpdateFlowOutputResult> asyncHandler) |
Future<UpdateFlowOutputResult> |
AWSMediaConnectAsync.updateFlowOutputAsync(UpdateFlowOutputRequest updateFlowOutputRequest,
AsyncHandler<UpdateFlowOutputRequest,UpdateFlowOutputResult> asyncHandler)
Updates an existing flow output.
|
Future<UpdateFlowOutputResult> |
AWSMediaConnectAsyncClient.updateFlowOutputAsync(UpdateFlowOutputRequest request,
AsyncHandler<UpdateFlowOutputRequest,UpdateFlowOutputResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.clone() |
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withCidrAllowList(Collection<String> cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withCidrAllowList(String... cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withDescription(String description)
A description of the output.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withDestination(String destination)
The IP address where you want to send the output.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withEncryption(UpdateEncryption encryption)
The type of key used for the encryption.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withFlowArn(String flowArn)
The flow that is associated with the output that you want to update.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds for Zixi-based streams.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withOutputArn(String outputArn)
The ARN of the output that you want to update.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withPort(Integer port)
The port to use when content is distributed to this output.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withProtocol(Protocol protocol)
The protocol to use for the output.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withProtocol(String protocol)
The protocol to use for the output.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withRemoteId(String remoteId)
The remote ID for the Zixi-pull stream.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withSmoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
UpdateFlowOutputRequest |
UpdateFlowOutputRequest.withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
Copyright © 2019. All rights reserved.