| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
EntitlementStatus |
Entitlement.entitlementStatus()
An indication of whether the entitlement is enabled.
|
EntitlementStatus |
UpdateFlowEntitlementRequest.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.
|
EntitlementStatus |
GrantEntitlementRequest.entitlementStatus()
An indication of whether the new entitlement should be enabled or disabled as soon as it is created.
|
static EntitlementStatus |
EntitlementStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<EntitlementStatus> |
EntitlementStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Entitlement.Builder |
Entitlement.Builder.entitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether the entitlement is enabled.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.entitlementStatus(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.
|
GrantEntitlementRequest.Builder |
GrantEntitlementRequest.Builder.entitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether the new entitlement should be enabled or disabled as soon as it is created.
|
Copyright © 2023. All rights reserved.