| Package | Description |
|---|---|
| software.amazon.awssdk.services.amp |
Amazon Managed Service for Prometheus
|
| software.amazon.awssdk.services.amp.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkspacesResponse |
AmpClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Lists all AMP workspaces, including workspaces being created or deleted.
|
default ListWorkspacesResponse |
AmpClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Lists all AMP workspaces, including workspaces being created or deleted.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkspacesResponse> |
AmpAsyncClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Lists all AMP workspaces, including workspaces being created or deleted.
|
default CompletableFuture<ListWorkspacesResponse> |
AmpAsyncClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Lists all AMP workspaces, including workspaces being created or deleted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkspacesResponse> |
ListWorkspacesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkspacesResponse> subscriber) |
Copyright © 2021. All rights reserved.