| Package | Description |
|---|---|
| com.amazonaws.services.prometheus |
Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics
that makes it easier to securely monitor container environments at scale.
|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
ListScrapersResult |
AbstractAmazonPrometheus.listScrapers(ListScrapersRequest request) |
ListScrapersResult |
AmazonPrometheus.listScrapers(ListScrapersRequest listScrapersRequest)
The
ListScrapers operation lists all of the scrapers in your account. |
ListScrapersResult |
AmazonPrometheusClient.listScrapers(ListScrapersRequest request)
The
ListScrapers operation lists all of the scrapers in your account. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListScrapersResult> |
AbstractAmazonPrometheusAsync.listScrapersAsync(ListScrapersRequest request,
AsyncHandler<ListScrapersRequest,ListScrapersResult> asyncHandler) |
Future<ListScrapersResult> |
AmazonPrometheusAsync.listScrapersAsync(ListScrapersRequest listScrapersRequest,
AsyncHandler<ListScrapersRequest,ListScrapersResult> asyncHandler)
The
ListScrapers operation lists all of the scrapers in your account. |
Future<ListScrapersResult> |
AmazonPrometheusAsyncClient.listScrapersAsync(ListScrapersRequest request,
AsyncHandler<ListScrapersRequest,ListScrapersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListScrapersResult |
ListScrapersResult.clone() |
ListScrapersResult |
ListScrapersResult.withNextToken(String nextToken)
A token indicating that there are more results to retrieve.
|
ListScrapersResult |
ListScrapersResult.withScrapers(Collection<ScraperSummary> scrapers)
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
ListScrapersResult |
ListScrapersResult.withScrapers(ScraperSummary... scrapers)
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
Copyright © 2024. All rights reserved.