Uses of Class
software.amazon.awssdk.services.appstream.model.AppVisibility
-
Packages that use AppVisibility Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of AppVisibility in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return AppVisibility Modifier and Type Method Description AppVisibilityCreateEntitlementRequest. appVisibility()Specifies whether all or selected apps are entitled.AppVisibilityEntitlement. appVisibility()Specifies whether all or selected apps are entitled.AppVisibilityUpdateEntitlementRequest. appVisibility()Specifies whether all or only selected apps are entitled.static AppVisibilityAppVisibility. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppVisibilityAppVisibility. 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.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type AppVisibility Modifier and Type Method Description static Set<AppVisibility>AppVisibility. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type AppVisibility Modifier and Type Method Description CreateEntitlementRequest.BuilderCreateEntitlementRequest.Builder. appVisibility(AppVisibility appVisibility)Specifies whether all or selected apps are entitled.Entitlement.BuilderEntitlement.Builder. appVisibility(AppVisibility appVisibility)Specifies whether all or selected apps are entitled.UpdateEntitlementRequest.BuilderUpdateEntitlementRequest.Builder. appVisibility(AppVisibility appVisibility)Specifies whether all or only selected apps are entitled.
-