Package | Description |
---|---|
com.amazonaws.services.workspaces.model |
Modifier and Type | Method and 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(Collection<Tag> tags)
The tags of the WorkSpace request.
|
WorkspaceRequest |
WorkspaceRequest.withTags(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.
|
Modifier and Type | Method and Description |
---|---|
List<WorkspaceRequest> |
CreateWorkspacesRequest.getWorkspaces()
An array of structures that specify the WorkSpaces to create.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.