| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.clone() |
DefaultWorkspaceCreationProperties |
WorkspaceDirectory.getWorkspaceCreationProperties()
The default creation properties for all WorkSpaces in the directory.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withCustomSecurityGroupId(String customSecurityGroupId)
The identifier of the default security group to apply to WorkSpaces when they are created.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withDefaultOu(String defaultOu)
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withEnableInternetAccess(Boolean enableInternetAccess)
Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by
default.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withEnableMaintenanceMode(Boolean enableMaintenanceMode)
Specifies whether maintenance mode is enabled for WorkSpaces.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withEnableWorkDocs(Boolean enableWorkDocs)
Specifies whether the directory is enabled for Amazon WorkDocs.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withUserEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceDirectory.setWorkspaceCreationProperties(DefaultWorkspaceCreationProperties workspaceCreationProperties)
The default creation properties for all WorkSpaces in the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withWorkspaceCreationProperties(DefaultWorkspaceCreationProperties workspaceCreationProperties)
The default creation properties for all WorkSpaces in the directory.
|
Copyright © 2021. All rights reserved.