Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Workspace> |
CreateWorkspacesResult.pendingRequests
An array of structures that represent the WorkSpaces that were created.
|
private SdkInternalList<Workspace> |
DescribeWorkspacesResult.workspaces
An array of structures that contain the information about the WorkSpaces.
|
Modifier and Type | Method and Description |
---|---|
Workspace |
Workspace.clone() |
Workspace |
Workspace.withBundleId(java.lang.String bundleId)
The identifier of the bundle that the WorkSpace was created from.
|
Workspace |
Workspace.withComputerName(java.lang.String computerName)
The name of the WorkSpace as seen by the operating system.
|
Workspace |
Workspace.withDirectoryId(java.lang.String directoryId)
The identifier of the AWS Directory Service directory that the WorkSpace
belongs to.
|
Workspace |
Workspace.withErrorCode(java.lang.String errorCode)
If the WorkSpace could not be created, this contains the error code.
|
Workspace |
Workspace.withErrorMessage(java.lang.String errorMessage)
If the WorkSpace could not be created, this contains a textual error
message that describes the failure.
|
Workspace |
Workspace.withIpAddress(java.lang.String ipAddress)
The IP address of the WorkSpace.
|
Workspace |
Workspace.withRootVolumeEncryptionEnabled(java.lang.Boolean rootVolumeEncryptionEnabled)
Specifies whether the data stored on the root volume, or C: drive, is
encrypted.
|
Workspace |
Workspace.withState(java.lang.String state)
The operational state of the WorkSpace.
|
Workspace |
Workspace.withState(WorkspaceState state)
The operational state of the WorkSpace.
|
Workspace |
Workspace.withSubnetId(java.lang.String subnetId)
The identifier of the subnet that the WorkSpace is in.
|
Workspace |
Workspace.withUserName(java.lang.String userName)
The user that the WorkSpace is assigned to.
|
Workspace |
Workspace.withUserVolumeEncryptionEnabled(java.lang.Boolean userVolumeEncryptionEnabled)
Specifies whether the data stored on the user volume, or D: drive, is
encrypted.
|
Workspace |
Workspace.withVolumeEncryptionKey(java.lang.String volumeEncryptionKey)
The KMS key used to encrypt data stored on your WorkSpace.
|
Workspace |
Workspace.withWorkspaceId(java.lang.String workspaceId)
The identifier of the WorkSpace.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Workspace> |
CreateWorkspacesResult.getPendingRequests()
An array of structures that represent the WorkSpaces that were created.
|
java.util.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(java.util.Collection<Workspace> pendingRequests)
An array of structures that represent the WorkSpaces that were created.
|
void |
DescribeWorkspacesResult.setWorkspaces(java.util.Collection<Workspace> workspaces)
An array of structures that contain the information about the WorkSpaces.
|
CreateWorkspacesResult |
CreateWorkspacesResult.withPendingRequests(java.util.Collection<Workspace> pendingRequests)
An array of structures that represent the WorkSpaces that were created.
|
DescribeWorkspacesResult |
DescribeWorkspacesResult.withWorkspaces(java.util.Collection<Workspace> workspaces)
An array of structures that contain the information about the WorkSpaces.
|
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceJsonMarshaller.marshall(Workspace workspace,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|