| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
Classes modeling the various types represented by AmazonWorkspaces.
|
| 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.withUserName(String userName)
The username that the WorkSpace is assigned to.
|
| 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 © 2015. All rights reserved.