| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static AppVisibility |
AppVisibility.fromValue(String value)
Use this in place of valueOf.
|
static AppVisibility |
AppVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppVisibility[] |
AppVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.withAppVisibility(AppVisibility appVisibility)
Specifies whether all or selected apps are entitled.
|
CreateEntitlementRequest |
CreateEntitlementRequest.withAppVisibility(AppVisibility appVisibility)
Specifies whether all or selected apps are entitled.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withAppVisibility(AppVisibility appVisibility)
Specifies whether all or only selected apps are entitled.
|
Copyright © 2023. All rights reserved.