Uses of Class
software.amazon.awssdk.services.workspaces.model.WorkspaceType
-
Packages that use WorkspaceType Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of WorkspaceType in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return WorkspaceType Modifier and Type Method Description static WorkspaceTypeWorkspaceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkspaceTypeWorkspaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkspaceType[]WorkspaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.WorkspaceTypeRegisterWorkspaceDirectoryRequest. workspaceType()Indicates whether the directory's WorkSpace type is personal or pools.WorkspaceTypeWorkspaceDirectory. workspaceType()Indicates whether the directory's WorkSpace type is personal or pools.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type WorkspaceType Modifier and Type Method Description static Set<WorkspaceType>WorkspaceType. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type WorkspaceType Modifier and Type Method Description RegisterWorkspaceDirectoryRequest.BuilderRegisterWorkspaceDirectoryRequest.Builder. workspaceType(WorkspaceType workspaceType)Indicates whether the directory's WorkSpace type is personal or pools.WorkspaceDirectory.BuilderWorkspaceDirectory.Builder. workspaceType(WorkspaceType workspaceType)Indicates whether the directory's WorkSpace type is personal or pools.
-