| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static EntitlementStatus |
EntitlementStatus.fromValue(String value)
Use this in place of valueOf.
|
static EntitlementStatus |
EntitlementStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntitlementStatus[] |
EntitlementStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GrantEntitlementRequest |
GrantEntitlementRequest.withEntitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether the new entitlement should be enabled or disabled as soon as it is created.
|
UpdateFlowEntitlementRequest |
UpdateFlowEntitlementRequest.withEntitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
Entitlement |
Entitlement.withEntitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether the entitlement is enabled.
|
Copyright © 2021. All rights reserved.