| Package | Description |
|---|---|
| com.amazonaws.services.prometheus |
Amazon Managed Service for Prometheus
|
| com.amazonaws.services.prometheus.model | |
| com.amazonaws.services.prometheus.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeScraperResult> |
AbstractAmazonPrometheusAsync.describeScraperAsync(DescribeScraperRequest request,
AsyncHandler<DescribeScraperRequest,DescribeScraperResult> asyncHandler) |
Future<DescribeScraperResult> |
AmazonPrometheusAsync.describeScraperAsync(DescribeScraperRequest describeScraperRequest,
AsyncHandler<DescribeScraperRequest,DescribeScraperResult> asyncHandler)
Describe an existing scraper.
|
Future<DescribeScraperResult> |
AmazonPrometheusAsyncClient.describeScraperAsync(DescribeScraperRequest request,
AsyncHandler<DescribeScraperRequest,DescribeScraperResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeScraperRequest |
DescribeScraperRequest.clone() |
DescribeScraperRequest |
DescribeScraperRequest.withScraperId(String scraperId)
The IDs of the scraper to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeScraperRequest> |
AmazonPrometheusWaiters.scraperActive()
Builds a ScraperActive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeScraperRequest> |
AmazonPrometheusWaiters.scraperDeleted()
Builds a ScraperDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScraperResult |
DescribeScraperFunction.apply(DescribeScraperRequest describeScraperRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.