| 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)
(Optional) A name associated with the scraper.
|
ScraperSummary |
ScraperSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the scraper.
|
ScraperSummary |
ScraperSummary.withCreatedAt(Date createdAt)
The date and time that the scraper was created.
|
ScraperSummary |
ScraperSummary.withDestination(Destination destination)
The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.
|
ScraperSummary |
ScraperSummary.withLastModifiedAt(Date lastModifiedAt)
The date and time that 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 discover and collect
metrics on your behalf.
|
ScraperSummary |
ScraperSummary.withScraperId(String scraperId)
The ID of the scraper.
|
ScraperSummary |
ScraperSummary.withSource(Source source)
The Amazon EKS cluster from which the scraper collects metrics.
|
ScraperSummary |
ScraperSummary.withStatus(ScraperStatus status)
A structure that contains the current status of the scraper.
|
ScraperSummary |
ScraperSummary.withStatusReason(String statusReason)
If there is a failure, the reason for the failure.
|
ScraperSummary |
ScraperSummary.withTags(Map<String,String> tags)
(Optional) The list of tag keys and values associated with the scraper.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScraperSummary> |
ListScrapersResult.getScrapers()
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
| Modifier and Type | Method and Description |
|---|---|
ListScrapersResult |
ListScrapersResult.withScrapers(ScraperSummary... scrapers)
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListScrapersResult.setScrapers(Collection<ScraperSummary> scrapers)
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
ListScrapersResult |
ListScrapersResult.withScrapers(Collection<ScraperSummary> scrapers)
A list of
ScraperSummary structures giving information about scrapers in the account that match the
filters provided. |
Copyright © 2024. All rights reserved.