Uses of Class
com.amazonaws.services.workspaces.model.Workspace
-
Packages that use Workspace Package Description com.amazonaws.services.workspaces.model -
-
Uses of Workspace in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return Workspace Modifier and Type Method 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(WorkspaceState state)
The operational state of the WorkSpace.Workspace
Workspace. withState(String 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.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type Workspace Modifier and Type Method 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.Methods in com.amazonaws.services.workspaces.model with parameters of type Workspace Modifier and Type Method 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.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type Workspace Modifier and Type Method 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.
-