| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFlowEntitlementResult> |
AWSMediaConnectAsync.updateFlowEntitlementAsync(UpdateFlowEntitlementRequest updateFlowEntitlementRequest,
AsyncHandler<UpdateFlowEntitlementRequest,UpdateFlowEntitlementResult> asyncHandler)
You can change an entitlement's description, subscribers, and encryption.
|
Future<UpdateFlowEntitlementResult> |
AbstractAWSMediaConnectAsync.updateFlowEntitlementAsync(UpdateFlowEntitlementRequest request,
AsyncHandler<UpdateFlowEntitlementRequest,UpdateFlowEntitlementResult> asyncHandler) |
Future<UpdateFlowEntitlementResult> |
AWSMediaConnectAsyncClient.updateFlowEntitlementAsync(UpdateFlowEntitlementRequest request,
AsyncHandler<UpdateFlowEntitlementRequest,UpdateFlowEntitlementResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.clone() |
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withDescription(String description)
A description of the entitlement.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withEncryption(UpdateEncryption encryption)
The type of encryption that will be used on the output associated with this entitlement.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withEntitlementArn(String entitlementArn)
The ARN of the entitlement that you want to update.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withEntitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withEntitlementStatus(String entitlementStatus)
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withFlowArn(String flowArn)
The flow that is associated with the entitlement that you want to update.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withSubscribers(Collection<String> subscribers)
The AWS account IDs that you want to share your content with.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withSubscribers(String... subscribers)
The AWS account IDs that you want to share your content with.
|
Copyright © 2020. All rights reserved.