| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.clone() |
DefaultWorkspaceCreationProperties |
WorkspaceDirectory.getWorkspaceCreationProperties()
A structure that specifies the default creation properties for all WorkSpaces in the directory.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withCustomSecurityGroupId(String customSecurityGroupId)
The identifier of any custom security groups that are applied to the WorkSpaces when they are created.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withDefaultOu(String defaultOu)
The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withEnableInternetAccess(Boolean enableInternetAccess)
A public IP address will be attached to all WorkSpaces that are created or rebuilt.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withEnableWorkDocs(Boolean enableWorkDocs)
Specifies if the directory is enabled for Amazon WorkDocs.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withUserEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)
The WorkSpace user is an administrator on the WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceDirectory.setWorkspaceCreationProperties(DefaultWorkspaceCreationProperties workspaceCreationProperties)
A structure that specifies the default creation properties for all WorkSpaces in the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withWorkspaceCreationProperties(DefaultWorkspaceCreationProperties workspaceCreationProperties)
A structure that specifies the default creation properties for all WorkSpaces in the directory.
|
Copyright © 2017. All rights reserved.