| Package | Description |
|---|---|
| com.amazonaws.services.prometheus |
Amazon Managed Service for Prometheus
|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
AbstractAmazonPrometheus.listWorkspaces(ListWorkspacesRequest request) |
ListWorkspacesResult |
AmazonPrometheus.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Lists all AMP workspaces, including workspaces being created or deleted.
|
ListWorkspacesResult |
AmazonPrometheusClient.listWorkspaces(ListWorkspacesRequest request)
Lists all AMP workspaces, including workspaces being created or deleted.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkspacesResult> |
AbstractAmazonPrometheusAsync.listWorkspacesAsync(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler) |
Future<ListWorkspacesResult> |
AmazonPrometheusAsync.listWorkspacesAsync(ListWorkspacesRequest listWorkspacesRequest,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler)
Lists all AMP workspaces, including workspaces being created or deleted.
|
Future<ListWorkspacesResult> |
AmazonPrometheusAsyncClient.listWorkspacesAsync(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
ListWorkspacesResult.clone() |
ListWorkspacesResult |
ListWorkspacesResult.withNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(Collection<WorkspaceSummary> workspaces)
The list of existing workspaces, including those undergoing creation or deletion.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(WorkspaceSummary... workspaces)
The list of existing workspaces, including those undergoing creation or deletion.
|
Copyright © 2024. All rights reserved.