Uses of Enum
com.amazonaws.services.workspaces.model.WorkspaceDirectoryType
Packages that use WorkspaceDirectoryType
-
Uses of WorkspaceDirectoryType in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceDirectoryTypeModifier and TypeMethodDescriptionstatic WorkspaceDirectoryTypeUse this in place of valueOf.static WorkspaceDirectoryTypeReturns the enum constant of this type with the specified name.static WorkspaceDirectoryType[]WorkspaceDirectoryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.workspaces.model with parameters of type WorkspaceDirectoryTypeModifier and TypeMethodDescriptionvoidWorkspaceDirectory.setDirectoryType(WorkspaceDirectoryType directoryType) The directory type.WorkspaceDirectory.withDirectoryType(WorkspaceDirectoryType directoryType) The directory type.