Uses of Class
com.amazonaws.services.workspaces.model.WorkspaceRequest
Packages that use WorkspaceRequest
-
Uses of WorkspaceRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceRequestModifier and TypeMethodDescriptionWorkspaceRequest.clone()
FailedCreateWorkspaceRequest.getWorkspaceRequest()
A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.WorkspaceRequest.withBundleId
(String bundleId) The identifier of the bundle to create the WorkSpace from.WorkspaceRequest.withDirectoryId
(String directoryId) The identifier of the AWS Directory Service directory to create the WorkSpace in.WorkspaceRequest.withRootVolumeEncryptionEnabled
(Boolean rootVolumeEncryptionEnabled) Specifies whether the data stored on the root volume, or C: drive, is encrypted.The tags of the WorkSpace request.WorkspaceRequest.withTags
(Collection<Tag> tags) The tags of the WorkSpace request.WorkspaceRequest.withUserName
(String userName) The username that the WorkSpace is assigned to.WorkspaceRequest.withUserVolumeEncryptionEnabled
(Boolean userVolumeEncryptionEnabled) Specifies whether the data stored on the user volume, or D: drive, is encrypted.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 WorkspaceRequestModifier and TypeMethodDescriptionCreateWorkspacesRequest.getWorkspaces()
An array of structures that specify the WorkSpaces to create.Methods in com.amazonaws.services.workspaces.model with parameters of type WorkspaceRequestModifier and TypeMethodDescriptionvoid
FailedCreateWorkspaceRequest.setWorkspaceRequest
(WorkspaceRequest workspaceRequest) A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.FailedCreateWorkspaceRequest.withWorkspaceRequest
(WorkspaceRequest workspaceRequest) A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.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 WorkspaceRequestModifier and TypeMethodDescriptionvoid
CreateWorkspacesRequest.setWorkspaces
(Collection<WorkspaceRequest> workspaces) An array of structures that specify the WorkSpaces to create.CreateWorkspacesRequest.withWorkspaces
(Collection<WorkspaceRequest> workspaces) An array of structures that specify the WorkSpaces to create.