Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Entitlement
-
Packages that use Entitlement Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of Entitlement in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Entitlement Modifier and Type Method Description EntitlementUpdateFlowEntitlementResponse. entitlement()The new configuration of the entitlement that you updated.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type Entitlement Modifier and Type Method Description List<Entitlement>Flow. entitlements()The entitlements in this flow.List<Entitlement>GrantFlowEntitlementsResponse. entitlements()The entitlements that were just granted.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Entitlement Modifier and Type Method Description UpdateFlowEntitlementResponse.BuilderUpdateFlowEntitlementResponse.Builder. entitlement(Entitlement entitlement)The new configuration of the entitlement that you updated.Flow.BuilderFlow.Builder. entitlements(Entitlement... entitlements)The entitlements in this flow.GrantFlowEntitlementsResponse.BuilderGrantFlowEntitlementsResponse.Builder. entitlements(Entitlement... entitlements)The entitlements that were just granted.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type Entitlement Modifier and Type Method Description Flow.BuilderFlow.Builder. entitlements(Collection<Entitlement> entitlements)The entitlements in this flow.GrantFlowEntitlementsResponse.BuilderGrantFlowEntitlementsResponse.Builder. entitlements(Collection<Entitlement> entitlements)The entitlements that were just granted.
-