| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFlowSourceResult> |
AWSMediaConnectAsyncClient.updateFlowSourceAsync(UpdateFlowSourceRequest request,
AsyncHandler<UpdateFlowSourceRequest,UpdateFlowSourceResult> asyncHandler) |
Future<UpdateFlowSourceResult> |
AbstractAWSMediaConnectAsync.updateFlowSourceAsync(UpdateFlowSourceRequest request,
AsyncHandler<UpdateFlowSourceRequest,UpdateFlowSourceResult> asyncHandler) |
Future<UpdateFlowSourceResult> |
AWSMediaConnectAsync.updateFlowSourceAsync(UpdateFlowSourceRequest updateFlowSourceRequest,
AsyncHandler<UpdateFlowSourceRequest,UpdateFlowSourceResult> asyncHandler)
Updates the source of a flow.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.clone() |
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withDecryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withDescription(String description)
A description for the source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withFlowArn(String flowArn)
The flow that is associated with the source that you want to update.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withMaxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withProtocol(Protocol protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withProtocol(String protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withSourceArn(String sourceArn)
The ARN of the source that you want to update.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC Interface to configure this Source with.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
Copyright © 2021. All rights reserved.