| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
ScraperSummary |
ScraperSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ScraperSummary |
ScraperSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ScraperSummary |
ScraperSummary.clone() |
ScraperSummary |
ScraperSummary.withAlias(String alias)
Alias of this scraper.
|
ScraperSummary |
ScraperSummary.withArn(String arn)
The Amazon Resource Name (ARN) of this scraper.
|
ScraperSummary |
ScraperSummary.withCreatedAt(Date createdAt)
The time when the scraper was created.
|
ScraperSummary |
ScraperSummary.withDestination(Destination destination)
The destination that the scraper is producing metrics to.
|
ScraperSummary |
ScraperSummary.withLastModifiedAt(Date lastModifiedAt)
The time when the scraper was last modified.
|
ScraperSummary |
ScraperSummary.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.
|
ScraperSummary |
ScraperSummary.withScraperId(String scraperId)
Unique string identifying this scraper.
|
ScraperSummary |
ScraperSummary.withSource(Source source)
The source that the scraper is discovering and collecting metrics from.
|
ScraperSummary |
ScraperSummary.withStatus(ScraperStatus status)
The status of this scraper.
|
ScraperSummary |
ScraperSummary.withStatusReason(String statusReason)
The reason for failure if any.
|
ScraperSummary |
ScraperSummary.withTags(Map<String,String> tags)
The tags of this scraper.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScraperSummary> |
ListScrapersResult.getScrapers()
The list of scrapers, filtered down if a set of filters was provided in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListScrapersResult |
ListScrapersResult.withScrapers(ScraperSummary... scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListScrapersResult.setScrapers(Collection<ScraperSummary> scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
|
ListScrapersResult |
ListScrapersResult.withScrapers(Collection<ScraperSummary> scrapers)
The list of scrapers, filtered down if a set of filters was provided in the request.
|
Copyright © 2024. All rights reserved.