| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceProperties |
WorkspaceProperties.clone() |
WorkspaceProperties |
WorkspaceRequest.getWorkspaceProperties()
The WorkSpace properties.
|
WorkspaceProperties |
ModifyWorkspacePropertiesRequest.getWorkspaceProperties()
The properties of the WorkSpace.
|
WorkspaceProperties |
Workspace.getWorkspaceProperties()
The properties of the WorkSpace.
|
WorkspaceProperties |
WorkspaceProperties.withComputeTypeName(Compute computeTypeName)
The compute type.
|
WorkspaceProperties |
WorkspaceProperties.withComputeTypeName(String computeTypeName)
The compute type.
|
WorkspaceProperties |
WorkspaceProperties.withRootVolumeSizeGib(Integer rootVolumeSizeGib)
The size of the root volume.
|
WorkspaceProperties |
WorkspaceProperties.withRunningMode(RunningMode runningMode)
The running mode.
|
WorkspaceProperties |
WorkspaceProperties.withRunningMode(String runningMode)
The running mode.
|
WorkspaceProperties |
WorkspaceProperties.withRunningModeAutoStopTimeoutInMinutes(Integer runningModeAutoStopTimeoutInMinutes)
The time after a user logs off when WorkSpaces are automatically stopped.
|
WorkspaceProperties |
WorkspaceProperties.withUserVolumeSizeGib(Integer userVolumeSizeGib)
The size of the user storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceRequest.setWorkspaceProperties(WorkspaceProperties workspaceProperties)
The WorkSpace properties.
|
void |
ModifyWorkspacePropertiesRequest.setWorkspaceProperties(WorkspaceProperties workspaceProperties)
The properties of the WorkSpace.
|
void |
Workspace.setWorkspaceProperties(WorkspaceProperties workspaceProperties)
The properties of the WorkSpace.
|
WorkspaceRequest |
WorkspaceRequest.withWorkspaceProperties(WorkspaceProperties workspaceProperties)
The WorkSpace properties.
|
ModifyWorkspacePropertiesRequest |
ModifyWorkspacePropertiesRequest.withWorkspaceProperties(WorkspaceProperties workspaceProperties)
The properties of the WorkSpace.
|
Workspace |
Workspace.withWorkspaceProperties(WorkspaceProperties workspaceProperties)
The properties of the WorkSpace.
|
Copyright © 2021. All rights reserved.