| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
AppVisibility |
Entitlement.appVisibility()
Specifies whether all or selected apps are entitled.
|
AppVisibility |
CreateEntitlementRequest.appVisibility()
Specifies whether all or selected apps are entitled.
|
AppVisibility |
UpdateEntitlementRequest.appVisibility()
Specifies whether all or only selected apps are entitled.
|
static AppVisibility |
AppVisibility.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AppVisibility> |
AppVisibility.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Entitlement.Builder |
Entitlement.Builder.appVisibility(AppVisibility appVisibility)
Specifies whether all or selected apps are entitled.
|
CreateEntitlementRequest.Builder |
CreateEntitlementRequest.Builder.appVisibility(AppVisibility appVisibility)
Specifies whether all or selected apps are entitled.
|
UpdateEntitlementRequest.Builder |
UpdateEntitlementRequest.Builder.appVisibility(AppVisibility appVisibility)
Specifies whether all or only selected apps are entitled.
|
Copyright © 2023. All rights reserved.