DescribeWorkspacesRequest |
DescribeWorkspacesRequest.clone() |
|
DescribeWorkspacesRequest |
DescribeWorkspacesRequest.withBundleId(String bundleId) |
The identifier of a bundle to obtain the WorkSpaces for.
|
DescribeWorkspacesRequest |
DescribeWorkspacesRequest.withDirectoryId(String directoryId) |
Specifies the directory identifier to which to limit the WorkSpaces.
|
DescribeWorkspacesRequest |
DescribeWorkspacesRequest.withLimit(Integer limit) |
The maximum number of items to return.
|
DescribeWorkspacesRequest |
DescribeWorkspacesRequest.withNextToken(String nextToken) |
The NextToken value from a previous call to this operation.
|
DescribeWorkspacesRequest |
DescribeWorkspacesRequest.withUserName(String userName) |
Used with the DirectoryId parameter to specify the directory
user for which to obtain the WorkSpace.
|
DescribeWorkspacesRequest |
DescribeWorkspacesRequest.withWorkspaceIds(String... workspaceIds) |
An array of strings that contain the identifiers of the WorkSpaces for
which to retrieve information.
|
DescribeWorkspacesRequest |
DescribeWorkspacesRequest.withWorkspaceIds(Collection<String> workspaceIds) |
An array of strings that contain the identifiers of the WorkSpaces for
which to retrieve information.
|