Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private DefaultWorkspaceCreationProperties |
WorkspaceDirectory.workspaceCreationProperties
A structure that specifies the default creation properties for all
WorkSpaces in the directory.
|
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(java.lang.String customSecurityGroupId)
The identifier of any custom security groups that are applied to the
WorkSpaces when they are created.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withDefaultOu(java.lang.String defaultOu)
The organizational unit (OU) in the directory that the WorkSpace machine
accounts are placed in.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withEnableInternetAccess(java.lang.Boolean enableInternetAccess)
A public IP address will be attached to all WorkSpaces that are created
or rebuilt.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withEnableWorkDocs(java.lang.Boolean enableWorkDocs)
Specifies if the directory is enabled for Amazon WorkDocs.
|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationProperties.withUserEnabledAsLocalAdministrator(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
DefaultWorkspaceCreationProperties |
DefaultWorkspaceCreationPropertiesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWorkspaceCreationPropertiesJsonMarshaller.marshall(DefaultWorkspaceCreationProperties defaultWorkspaceCreationProperties,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|