Uses of Class
com.amazonaws.services.workspaces.model.DefaultWorkspaceCreationProperties
Packages that use DefaultWorkspaceCreationProperties
-
Uses of DefaultWorkspaceCreationProperties in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return DefaultWorkspaceCreationPropertiesModifier and TypeMethodDescriptionDefaultWorkspaceCreationProperties.clone()
WorkspaceDirectory.getWorkspaceCreationProperties()
A structure that specifies the default creation properties for all WorkSpaces in the directory.DefaultWorkspaceCreationProperties.withCustomSecurityGroupId
(String customSecurityGroupId) The identifier of any custom security groups that are applied to the WorkSpaces when they are created.DefaultWorkspaceCreationProperties.withDefaultOu
(String defaultOu) The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.DefaultWorkspaceCreationProperties.withEnableInternetAccess
(Boolean enableInternetAccess) A public IP address will be attached to all WorkSpaces that are created or rebuilt.DefaultWorkspaceCreationProperties.withEnableWorkDocs
(Boolean enableWorkDocs) Specifies if the directory is enabled for Amazon WorkDocs.DefaultWorkspaceCreationProperties.withUserEnabledAsLocalAdministrator
(Boolean userEnabledAsLocalAdministrator) The WorkSpace user is an administrator on the WorkSpace.Methods in com.amazonaws.services.workspaces.model with parameters of type DefaultWorkspaceCreationPropertiesModifier and TypeMethodDescriptionvoid
WorkspaceDirectory.setWorkspaceCreationProperties
(DefaultWorkspaceCreationProperties workspaceCreationProperties) A structure that specifies the default creation properties for all WorkSpaces in the directory.WorkspaceDirectory.withWorkspaceCreationProperties
(DefaultWorkspaceCreationProperties workspaceCreationProperties) A structure that specifies the default creation properties for all WorkSpaces in the directory.