| 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()
The properties of the selected scrapers.
|
ScraperDescription |
ScraperDescription.withAlias(String alias)
Alias of this scraper.
|
ScraperDescription |
ScraperDescription.withArn(String arn)
The Amazon Resource Name (ARN) of this scraper.
|
ScraperDescription |
ScraperDescription.withCreatedAt(Date createdAt)
The time when the scraper was created.
|
ScraperDescription |
ScraperDescription.withDestination(Destination destination)
The destination that the scraper is producing metrics to.
|
ScraperDescription |
ScraperDescription.withLastModifiedAt(Date lastModifiedAt)
The time when 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 dsicover, collect,
and produce metrics on your behalf.
|
ScraperDescription |
ScraperDescription.withScrapeConfiguration(ScrapeConfiguration scrapeConfiguration)
The configuration used to create the scraper.
|
ScraperDescription |
ScraperDescription.withScraperId(String scraperId)
Unique string identifying this scraper.
|
ScraperDescription |
ScraperDescription.withSource(Source source)
The source that the scraper is discovering and collecting metrics from.
|
ScraperDescription |
ScraperDescription.withStatus(ScraperStatus status)
The status of this scraper.
|
ScraperDescription |
ScraperDescription.withStatusReason(String statusReason)
The reason for failure if any.
|
ScraperDescription |
ScraperDescription.withTags(Map<String,String> tags)
The tags of this scraper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScraperResult.setScraper(ScraperDescription scraper)
The properties of the selected scrapers.
|
DescribeScraperResult |
DescribeScraperResult.withScraper(ScraperDescription scraper)
The properties of the selected scrapers.
|
Copyright © 2024. All rights reserved.