| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
GrantEntitlementRequest |
GrantEntitlementRequest.clone() |
GrantEntitlementRequest |
GrantEntitlementRequest.withDescription(String description)
A description of the entitlement.
|
GrantEntitlementRequest |
GrantEntitlementRequest.withEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
GrantEntitlementRequest |
GrantEntitlementRequest.withName(String name)
The name of the entitlement.
|
GrantEntitlementRequest |
GrantEntitlementRequest.withSubscribers(Collection<String> subscribers)
The AWS account IDs that you want to share your content with.
|
GrantEntitlementRequest |
GrantEntitlementRequest.withSubscribers(String... subscribers)
The AWS account IDs that you want to share your content with.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrantEntitlementRequest> |
GrantFlowEntitlementsRequest.getEntitlements()
The list of entitlements that you want to grant.
|
List<GrantEntitlementRequest> |
CreateFlowRequest.getEntitlements()
The entitlements that you want to grant on a flow.
|
| Modifier and Type | Method and Description |
|---|---|
GrantFlowEntitlementsRequest |
GrantFlowEntitlementsRequest.withEntitlements(GrantEntitlementRequest... entitlements)
The list of entitlements that you want to grant.
|
CreateFlowRequest |
CreateFlowRequest.withEntitlements(GrantEntitlementRequest... entitlements)
The entitlements that you want to grant on a flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrantFlowEntitlementsRequest.setEntitlements(Collection<GrantEntitlementRequest> entitlements)
The list of entitlements that you want to grant.
|
void |
CreateFlowRequest.setEntitlements(Collection<GrantEntitlementRequest> entitlements)
The entitlements that you want to grant on a flow.
|
GrantFlowEntitlementsRequest |
GrantFlowEntitlementsRequest.withEntitlements(Collection<GrantEntitlementRequest> entitlements)
The list of entitlements that you want to grant.
|
CreateFlowRequest |
CreateFlowRequest.withEntitlements(Collection<GrantEntitlementRequest> entitlements)
The entitlements that you want to grant on a flow.
|
Copyright © 2019. All rights reserved.