| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
UpdateFlowEntitlementResponse.entitlement()
The new configuration of the entitlement that you updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entitlement> |
Flow.entitlements()
The entitlements in this flow.
|
List<Entitlement> |
GrantFlowEntitlementsResponse.entitlements()
The entitlements that were just granted.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowEntitlementResponse.Builder |
UpdateFlowEntitlementResponse.Builder.entitlement(Entitlement entitlement)
The new configuration of the entitlement that you updated.
|
Flow.Builder |
Flow.Builder.entitlements(Entitlement... entitlements)
The entitlements in this flow.
|
GrantFlowEntitlementsResponse.Builder |
GrantFlowEntitlementsResponse.Builder.entitlements(Entitlement... entitlements)
The entitlements that were just granted.
|
| Modifier and Type | Method and Description |
|---|---|
Flow.Builder |
Flow.Builder.entitlements(Collection<Entitlement> entitlements)
The entitlements in this flow.
|
GrantFlowEntitlementsResponse.Builder |
GrantFlowEntitlementsResponse.Builder.entitlements(Collection<Entitlement> entitlements)
The entitlements that were just granted.
|
Copyright © 2023. All rights reserved.