| Package | Description |
|---|---|
| software.amazon.awssdk.services.amp.model | |
| software.amazon.awssdk.services.amp.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceSummary> |
ListWorkspacesResponse.workspaces()
The list of existing workspaces, including those undergoing creation or deletion.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.Builder.workspaces(WorkspaceSummary... workspaces)
The list of existing workspaces, including those undergoing creation or deletion.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.Builder.workspaces(Collection<WorkspaceSummary> workspaces)
The list of existing workspaces, including those undergoing creation or deletion.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<WorkspaceSummary> |
ListWorkspacesPublisher.workspaces()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<WorkspaceSummary> |
ListWorkspacesIterable.workspaces()
Returns an iterable to iterate through the paginated
ListWorkspacesResponse.workspaces() member. |
Copyright © 2021. All rights reserved.