Uses of Class
software.amazon.awssdk.services.mediaconnect.model.EntitlementStatus
-
Packages that use EntitlementStatus Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of EntitlementStatus in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return EntitlementStatus Modifier and Type Method Description EntitlementStatusEntitlement. entitlementStatus()An indication of whether the entitlement is enabled.EntitlementStatusGrantEntitlementRequest. entitlementStatus()An indication of whether the new entitlement should be enabled or disabled as soon as it is created.EntitlementStatusUpdateFlowEntitlementRequest. 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.static EntitlementStatusEntitlementStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EntitlementStatusEntitlementStatus. 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.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type EntitlementStatus Modifier and Type Method Description static Set<EntitlementStatus>EntitlementStatus. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type EntitlementStatus Modifier and Type Method Description Entitlement.BuilderEntitlement.Builder. entitlementStatus(EntitlementStatus entitlementStatus)An indication of whether the entitlement is enabled.GrantEntitlementRequest.BuilderGrantEntitlementRequest.Builder. entitlementStatus(EntitlementStatus entitlementStatus)An indication of whether the new entitlement should be enabled or disabled as soon as it is created.UpdateFlowEntitlementRequest.BuilderUpdateFlowEntitlementRequest.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.
-