Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkspaceRequest |
FailedCreateWorkspaceRequest.workspaceRequest
A WorkspaceRequest object that contains the information about the
WorkSpace that could not be created.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<WorkspaceRequest> |
CreateWorkspacesRequest.workspaces
An array of structures that specify the WorkSpaces to create.
|
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(java.lang.String bundleId)
The identifier of the bundle to create the WorkSpace from.
|
WorkspaceRequest |
WorkspaceRequest.withDirectoryId(java.lang.String directoryId)
The identifier of the AWS Directory Service directory to create the
WorkSpace in.
|
WorkspaceRequest |
WorkspaceRequest.withRootVolumeEncryptionEnabled(java.lang.Boolean rootVolumeEncryptionEnabled)
Specifies whether the data stored on the root volume, or C: drive, is
encrypted.
|
WorkspaceRequest |
WorkspaceRequest.withTags(java.util.Collection<Tag> tags)
The tags of the WorkSpace request.
|
WorkspaceRequest |
WorkspaceRequest.withTags(Tag... tags)
The tags of the WorkSpace request.
|
WorkspaceRequest |
WorkspaceRequest.withUserName(java.lang.String userName)
The username that the WorkSpace is assigned to.
|
WorkspaceRequest |
WorkspaceRequest.withUserVolumeEncryptionEnabled(java.lang.Boolean userVolumeEncryptionEnabled)
Specifies whether the data stored on the user volume, or D: drive, is
encrypted.
|
WorkspaceRequest |
WorkspaceRequest.withVolumeEncryptionKey(java.lang.String volumeEncryptionKey)
The KMS key used to encrypt data stored on your WorkSpace.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<WorkspaceRequest> workspaces)
An array of structures that specify the WorkSpaces to create.
|
CreateWorkspacesRequest |
CreateWorkspacesRequest.withWorkspaces(java.util.Collection<WorkspaceRequest> workspaces)
An array of structures that specify the WorkSpaces to create.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceRequest |
WorkspaceRequestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceRequestJsonMarshaller.marshall(WorkspaceRequest workspaceRequest,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|