Uses of Class
com.amazonaws.services.workspaces.model.WorkspaceRequest
-
Packages that use WorkspaceRequest Package Description com.amazonaws.services.workspaces.model -
-
Uses of WorkspaceRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceRequest Modifier and Type Method Description WorkspaceRequest
WorkspaceRequest. clone()
WorkspaceRequest
FailedCreateWorkspaceRequest. getWorkspaceRequest()
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.WorkspaceRequest
WorkspaceRequest. withBundleId(String bundleId)
The identifier of the bundle to create the WorkSpace from.WorkspaceRequest
WorkspaceRequest. withDirectoryId(String directoryId)
The identifier of the AWS Directory Service directory to create the WorkSpace in.WorkspaceRequest
WorkspaceRequest. withRootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled)
Specifies whether the data stored on the root volume, or C: drive, is encrypted.WorkspaceRequest
WorkspaceRequest. withTags(Tag... tags)
The tags of the WorkSpace request.WorkspaceRequest
WorkspaceRequest. withTags(Collection<Tag> tags)
The tags of the WorkSpace request.WorkspaceRequest
WorkspaceRequest. withUserName(String userName)
The username that the WorkSpace is assigned to.WorkspaceRequest
WorkspaceRequest. withUserVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled)
Specifies whether the data stored on the user volume, or D: drive, is encrypted.WorkspaceRequest
WorkspaceRequest. withVolumeEncryptionKey(String volumeEncryptionKey)
The KMS key used to encrypt data stored on your WorkSpace.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type WorkspaceRequest Modifier and Type Method Description List<WorkspaceRequest>
CreateWorkspacesRequest. getWorkspaces()
An array of structures that specify the WorkSpaces to create.Methods in com.amazonaws.services.workspaces.model with parameters of type WorkspaceRequest Modifier and Type Method Description void
FailedCreateWorkspaceRequest. setWorkspaceRequest(WorkspaceRequest workspaceRequest)
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.FailedCreateWorkspaceRequest
FailedCreateWorkspaceRequest. withWorkspaceRequest(WorkspaceRequest workspaceRequest)
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.CreateWorkspacesRequest
CreateWorkspacesRequest. withWorkspaces(WorkspaceRequest... workspaces)
An array of structures that specify the WorkSpaces to create.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type WorkspaceRequest Modifier and Type Method Description void
CreateWorkspacesRequest. setWorkspaces(Collection<WorkspaceRequest> workspaces)
An array of structures that specify the WorkSpaces to create.CreateWorkspacesRequest
CreateWorkspacesRequest. withWorkspaces(Collection<WorkspaceRequest> workspaces)
An array of structures that specify the WorkSpaces to create.
-