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 WorkspaceWorkspace. clone()WorkspaceWorkspace. withBundleId(String bundleId)The identifier of the bundle that the WorkSpace was created from.WorkspaceWorkspace. withComputerName(String computerName)The name of the WorkSpace as seen by the operating system.WorkspaceWorkspace. withDirectoryId(String directoryId)The identifier of the AWS Directory Service directory that the WorkSpace belongs to.WorkspaceWorkspace. withErrorCode(String errorCode)If the WorkSpace could not be created, this contains the error code.WorkspaceWorkspace. withErrorMessage(String errorMessage)If the WorkSpace could not be created, this contains a textual error message that describes the failure.WorkspaceWorkspace. withIpAddress(String ipAddress)The IP address of the WorkSpace.WorkspaceWorkspace. withRootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled)Specifies whether the data stored on the root volume, or C: drive, is encrypted.WorkspaceWorkspace. withState(WorkspaceState state)The operational state of the WorkSpace.WorkspaceWorkspace. withState(String state)The operational state of the WorkSpace.WorkspaceWorkspace. withSubnetId(String subnetId)The identifier of the subnet that the WorkSpace is in.WorkspaceWorkspace. withUserName(String userName)The user that the WorkSpace is assigned to.WorkspaceWorkspace. withUserVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled)Specifies whether the data stored on the user volume, or D: drive, is encrypted.WorkspaceWorkspace. withVolumeEncryptionKey(String volumeEncryptionKey)The KMS key used to encrypt data stored on your WorkSpace.WorkspaceWorkspace. 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 CreateWorkspacesResultCreateWorkspacesResult. withPendingRequests(Workspace... pendingRequests)An array of structures that represent the WorkSpaces that were created.DescribeWorkspacesResultDescribeWorkspacesResult. 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 voidCreateWorkspacesResult. setPendingRequests(Collection<Workspace> pendingRequests)An array of structures that represent the WorkSpaces that were created.voidDescribeWorkspacesResult. setWorkspaces(Collection<Workspace> workspaces)An array of structures that contain the information about the WorkSpaces.CreateWorkspacesResultCreateWorkspacesResult. withPendingRequests(Collection<Workspace> pendingRequests)An array of structures that represent the WorkSpaces that were created.DescribeWorkspacesResultDescribeWorkspacesResult. withWorkspaces(Collection<Workspace> workspaces)An array of structures that contain the information about the WorkSpaces.
-