static ListWorkspacesResponse.Builder |
ListWorkspacesResponse.builder() |
|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.Builder.nextToken(String nextToken) |
The token to use when requesting the next set of workspaces.
|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.toBuilder() |
|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.Builder.workspaces(Collection<WorkspaceSummary> workspaces) |
An array of structures that contain some information about the workspaces in the account.
|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.Builder.workspaces(Consumer<WorkspaceSummary.Builder>... workspaces) |
An array of structures that contain some information about the workspaces in the account.
|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.Builder.workspaces(WorkspaceSummary... workspaces) |
An array of structures that contain some information about the workspaces in the account.
|