| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GrantFlowEntitlementsResult> |
AWSMediaConnectAsyncClient.grantFlowEntitlementsAsync(GrantFlowEntitlementsRequest request,
AsyncHandler<GrantFlowEntitlementsRequest,GrantFlowEntitlementsResult> asyncHandler) |
Future<GrantFlowEntitlementsResult> |
AWSMediaConnectAsync.grantFlowEntitlementsAsync(GrantFlowEntitlementsRequest grantFlowEntitlementsRequest,
AsyncHandler<GrantFlowEntitlementsRequest,GrantFlowEntitlementsResult> asyncHandler)
Grants entitlements to an existing flow.
|
Future<GrantFlowEntitlementsResult> |
AbstractAWSMediaConnectAsync.grantFlowEntitlementsAsync(GrantFlowEntitlementsRequest request,
AsyncHandler<GrantFlowEntitlementsRequest,GrantFlowEntitlementsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GrantFlowEntitlementsRequest |
GrantFlowEntitlementsRequest.clone() |
GrantFlowEntitlementsRequest |
GrantFlowEntitlementsRequest.withEntitlements(Collection<GrantEntitlementRequest> entitlements)
The list of entitlements that you want to grant.
|
GrantFlowEntitlementsRequest |
GrantFlowEntitlementsRequest.withEntitlements(GrantEntitlementRequest... entitlements)
The list of entitlements that you want to grant.
|
GrantFlowEntitlementsRequest |
GrantFlowEntitlementsRequest.withFlowArn(String flowArn)
The flow that you want to grant entitlements on.
|
Copyright © 2019. All rights reserved.