Uses of Class
com.amazonaws.services.workspaces.model.Workspace
Packages that use Workspace
-
Uses of Workspace in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceModifier and TypeMethodDescriptionWorkspace.clone()
Workspace.withBundleId
(String bundleId) The identifier of the bundle that the WorkSpace was created from.Workspace.withComputerName
(String computerName) The name of the WorkSpace as seen by the operating system.Workspace.withDirectoryId
(String directoryId) The identifier of the AWS Directory Service directory that the WorkSpace belongs to.Workspace.withErrorCode
(String errorCode) If the WorkSpace could not be created, this contains the error code.Workspace.withErrorMessage
(String errorMessage) If the WorkSpace could not be created, this contains a textual error message that describes the failure.Workspace.withIpAddress
(String ipAddress) The IP address of the WorkSpace.Workspace.withRootVolumeEncryptionEnabled
(Boolean rootVolumeEncryptionEnabled) Specifies whether the data stored on the root volume, or C: drive, is encrypted.Workspace.withState
(WorkspaceState state) The operational state of the WorkSpace.The operational state of the WorkSpace.Workspace.withSubnetId
(String subnetId) The identifier of the subnet that the WorkSpace is in.Workspace.withUserName
(String userName) The user that the WorkSpace is assigned to.Workspace.withUserVolumeEncryptionEnabled
(Boolean userVolumeEncryptionEnabled) Specifies whether the data stored on the user volume, or D: drive, is encrypted.Workspace.withVolumeEncryptionKey
(String volumeEncryptionKey) The KMS key used to encrypt data stored on your WorkSpace.Workspace.withWorkspaceId
(String workspaceId) The identifier of the WorkSpace.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type WorkspaceModifier and TypeMethodDescriptionCreateWorkspacesResult.getPendingRequests()
An array of structures that represent the WorkSpaces that were created.DescribeWorkspacesResult.getWorkspaces()
An array of structures that contain the information about the WorkSpaces.Methods in com.amazonaws.services.workspaces.model with parameters of type WorkspaceModifier and TypeMethodDescriptionCreateWorkspacesResult.withPendingRequests
(Workspace... pendingRequests) An array of structures that represent the WorkSpaces that were created.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 WorkspaceModifier and TypeMethodDescriptionvoid
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.withPendingRequests
(Collection<Workspace> pendingRequests) An array of structures that represent the WorkSpaces that were created.DescribeWorkspacesResult.withWorkspaces
(Collection<Workspace> workspaces) An array of structures that contain the information about the WorkSpaces.