| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.clone() |
Entitlement |
UpdateFlowEntitlementResult.getEntitlement() |
Entitlement |
Entitlement.withDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
Entitlement |
Entitlement.withDescription(String description)
A description of the entitlement.
|
Entitlement |
Entitlement.withEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
Entitlement |
Entitlement.withEntitlementArn(String entitlementArn)
The ARN of the entitlement.
|
Entitlement |
Entitlement.withName(String name)
The name of the entitlement.
|
Entitlement |
Entitlement.withSubscribers(Collection<String> subscribers)
The AWS account IDs that you want to share your content with.
|
Entitlement |
Entitlement.withSubscribers(String... subscribers)
The AWS account IDs that you want to share your content with.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entitlement> |
GrantFlowEntitlementsResult.getEntitlements()
The entitlements that were just granted.
|
List<Entitlement> |
Flow.getEntitlements()
The entitlements in this flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlowEntitlementResult.setEntitlement(Entitlement entitlement) |
UpdateFlowEntitlementResult |
UpdateFlowEntitlementResult.withEntitlement(Entitlement entitlement) |
GrantFlowEntitlementsResult |
GrantFlowEntitlementsResult.withEntitlements(Entitlement... entitlements)
The entitlements that were just granted.
|
Flow |
Flow.withEntitlements(Entitlement... entitlements)
The entitlements in this flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrantFlowEntitlementsResult.setEntitlements(Collection<Entitlement> entitlements)
The entitlements that were just granted.
|
void |
Flow.setEntitlements(Collection<Entitlement> entitlements)
The entitlements in this flow.
|
GrantFlowEntitlementsResult |
GrantFlowEntitlementsResult.withEntitlements(Collection<Entitlement> entitlements)
The entitlements that were just granted.
|
Flow |
Flow.withEntitlements(Collection<Entitlement> entitlements)
The entitlements in this flow.
|
Copyright © 2019. All rights reserved.