Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.DesktopType
-
Packages that use DesktopType Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of DesktopType in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return DesktopType Modifier and Type Method Description DesktopTypeEnvironment. desktopType()The type of streaming desktop for the environment.DesktopTypeEnvironmentSummary. desktopType()The type of streaming desktop for the environment.static DesktopTypeDesktopType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DesktopTypeDesktopType. valueOf(String name)Returns the enum constant of this type with the specified name.static DesktopType[]DesktopType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type DesktopType Modifier and Type Method Description static Set<DesktopType>DesktopType. knownValues()Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type DesktopType Modifier and Type Method Description Environment.BuilderEnvironment.Builder. desktopType(DesktopType desktopType)The type of streaming desktop for the environment.EnvironmentSummary.BuilderEnvironmentSummary.Builder. desktopType(DesktopType desktopType)The type of streaming desktop for the environment.
-