| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
ScraperDescription |
ScraperDescription.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ScraperDescription |
ScraperDescription.clearTagsEntries()
Removes all the entries added into Tags.
|
ScraperDescription |
ScraperDescription.clone() |
ScraperDescription |
DescribeScraperResult.getScraper()
Contains details about the scraper.
|
ScraperDescription |
ScraperDescription.withAlias(String alias)
(Optional) A name associated with the scraper.
|
ScraperDescription |
ScraperDescription.withArn(String arn)
The Amazon Resource Name (ARN) of the scraper.
|
ScraperDescription |
ScraperDescription.withCreatedAt(Date createdAt)
The date and time that the scraper was created.
|
ScraperDescription |
ScraperDescription.withDestination(Destination destination)
The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.
|
ScraperDescription |
ScraperDescription.withLastModifiedAt(Date lastModifiedAt)
The date and time that the scraper was last modified.
|
ScraperDescription |
ScraperDescription.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the scraper to discover and collect
metrics on your behalf.
|
ScraperDescription |
ScraperDescription.withScrapeConfiguration(ScrapeConfiguration scrapeConfiguration)
The configuration file in use by the scraper.
|
ScraperDescription |
ScraperDescription.withScraperId(String scraperId)
The ID of the scraper.
|
ScraperDescription |
ScraperDescription.withSource(Source source)
The Amazon EKS cluster from which the scraper collects metrics.
|
ScraperDescription |
ScraperDescription.withStatus(ScraperStatus status)
A structure that contains the current status of the scraper.
|
ScraperDescription |
ScraperDescription.withStatusReason(String statusReason)
If there is a failure, the reason for the failure.
|
ScraperDescription |
ScraperDescription.withTags(Map<String,String> tags)
(Optional) The list of tag keys and values associated with the scraper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScraperResult.setScraper(ScraperDescription scraper)
Contains details about the scraper.
|
DescribeScraperResult |
DescribeScraperResult.withScraper(ScraperDescription scraper)
Contains details about the scraper.
|
Copyright © 2024. All rights reserved.