| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Workspace |
Workspace.clone() |
Workspace |
Workspace.withBundleId(String bundleId)
The identifier of the bundle used to create the WorkSpace.
|
Workspace |
Workspace.withComputerName(String computerName)
The name of the WorkSpace, as seen by the operating system.
|
Workspace |
Workspace.withDirectoryId(String directoryId)
The identifier of the Directory Service directory for the WorkSpace.
|
Workspace |
Workspace.withErrorCode(String errorCode)
The error code that is returned if the WorkSpace cannot be created.
|
Workspace |
Workspace.withErrorMessage(String errorMessage)
The text of the error message that is returned if the WorkSpace cannot be created.
|
Workspace |
Workspace.withIpAddress(String ipAddress)
The IP address of the WorkSpace.
|
Workspace |
Workspace.withModificationStates(Collection<ModificationState> modificationStates)
The modification states of the WorkSpace.
|
Workspace |
Workspace.withModificationStates(ModificationState... modificationStates)
The modification states of the WorkSpace.
|
Workspace |
Workspace.withRootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled)
Indicates whether the data stored on the root volume is encrypted.
|
Workspace |
Workspace.withState(String state)
The operational state of the WorkSpace.
|
Workspace |
Workspace.withState(WorkspaceState state)
The operational state of the WorkSpace.
|
Workspace |
Workspace.withSubnetId(String subnetId)
The identifier of the subnet for the WorkSpace.
|
Workspace |
Workspace.withUserName(String userName)
The user for the WorkSpace.
|
Workspace |
Workspace.withUserVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled)
Indicates whether the data stored on the user volume is encrypted.
|
Workspace |
Workspace.withVolumeEncryptionKey(String volumeEncryptionKey)
The symmetric KMS key used to encrypt data stored on your WorkSpace.
|
Workspace |
Workspace.withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
Workspace |
Workspace.withWorkspaceProperties(WorkspaceProperties workspaceProperties)
The properties of the WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workspace> |
CreateWorkspacesResult.getPendingRequests()
Information about the WorkSpaces that were created.
|
List<Workspace> |
DescribeWorkspacesResult.getWorkspaces()
Information about the WorkSpaces.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspacesResult |
CreateWorkspacesResult.withPendingRequests(Workspace... pendingRequests)
Information about the WorkSpaces that were created.
|
DescribeWorkspacesResult |
DescribeWorkspacesResult.withWorkspaces(Workspace... workspaces)
Information about the WorkSpaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkspacesResult.setPendingRequests(Collection<Workspace> pendingRequests)
Information about the WorkSpaces that were created.
|
void |
DescribeWorkspacesResult.setWorkspaces(Collection<Workspace> workspaces)
Information about the WorkSpaces.
|
CreateWorkspacesResult |
CreateWorkspacesResult.withPendingRequests(Collection<Workspace> pendingRequests)
Information about the WorkSpaces that were created.
|
DescribeWorkspacesResult |
DescribeWorkspacesResult.withWorkspaces(Collection<Workspace> workspaces)
Information about the WorkSpaces.
|
Copyright © 2021. All rights reserved.