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 that the WorkSpace was created from.
|
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 AWS Directory Service directory that the WorkSpace
belongs to.
|
Workspace |
Workspace.withErrorCode(String errorCode)
If the WorkSpace could not be created, this contains the error code.
|
Workspace |
Workspace.withErrorMessage(String errorMessage)
If the WorkSpace could not be created, this contains a textual error
message that describes the failure.
|
Workspace |
Workspace.withIpAddress(String ipAddress)
The IP address of the WorkSpace.
|
Workspace |
Workspace.withRootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled)
Specifies whether the data stored on the root volume, or C: drive, 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 that the WorkSpace is in.
|
Workspace |
Workspace.withUserName(String userName)
The user that the WorkSpace is assigned to.
|
Workspace |
Workspace.withUserVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled)
Specifies whether the data stored on the user volume, or D: drive, is
encrypted.
|
Workspace |
Workspace.withVolumeEncryptionKey(String volumeEncryptionKey)
The KMS key used to encrypt data stored on your WorkSpace.
|
Workspace |
Workspace.withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
Modifier and Type | Method and Description |
---|---|
List<Workspace> |
CreateWorkspacesResult.getPendingRequests()
An array of structures that represent the WorkSpaces that were created.
|
List<Workspace> |
DescribeWorkspacesResult.getWorkspaces()
An array of structures that contain the information about the WorkSpaces.
|
Modifier and Type | Method and Description |
---|---|
CreateWorkspacesResult |
CreateWorkspacesResult.withPendingRequests(Workspace... pendingRequests)
An array of structures that represent the WorkSpaces that were created.
|
DescribeWorkspacesResult |
DescribeWorkspacesResult.withWorkspaces(Workspace... workspaces)
An array of structures that contain the information about the WorkSpaces.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateWorkspacesResult.setPendingRequests(Collection<Workspace> pendingRequests)
An array of structures that represent the WorkSpaces that were created.
|
void |
DescribeWorkspacesResult.setWorkspaces(Collection<Workspace> workspaces)
An array of structures that contain the information about the WorkSpaces.
|
CreateWorkspacesResult |
CreateWorkspacesResult.withPendingRequests(Collection<Workspace> pendingRequests)
An array of structures that represent the WorkSpaces that were created.
|
DescribeWorkspacesResult |
DescribeWorkspacesResult.withWorkspaces(Collection<Workspace> workspaces)
An array of structures that contain the information about the WorkSpaces.
|
Copyright © 2018. All rights reserved.