| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model | |
| software.amazon.awssdk.services.grafana.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceSummary> |
ListWorkspacesResponse.workspaces()
An array of structures that contain some information about the workspaces in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.Builder.workspaces(WorkspaceSummary... workspaces)
An array of structures that contain some information about the workspaces in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResponse.Builder |
ListWorkspacesResponse.Builder.workspaces(Collection<WorkspaceSummary> workspaces)
An array of structures that contain some information about the workspaces in the account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<WorkspaceSummary> |
ListWorkspacesIterable.workspaces()
Returns an iterable to iterate through the paginated
ListWorkspacesResponse.workspaces() member. |
SdkPublisher<WorkspaceSummary> |
ListWorkspacesPublisher.workspaces()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.