| Package | Description |
|---|---|
| com.amazonaws.services.prometheus.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
ScraperSummary.getDestination()
The destination that the scraper is producing metrics to.
|
Destination |
ScraperDescription.getDestination()
The destination that the scraper is producing metrics to.
|
Destination |
CreateScraperRequest.getDestination()
The destination that the scraper will be producing metrics to.
|
Destination |
Destination.withAmpConfiguration(AmpConfiguration ampConfiguration)
A representation of an AMP destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScraperSummary.setDestination(Destination destination)
The destination that the scraper is producing metrics to.
|
void |
ScraperDescription.setDestination(Destination destination)
The destination that the scraper is producing metrics to.
|
void |
CreateScraperRequest.setDestination(Destination destination)
The destination that the scraper will be producing metrics to.
|
ScraperSummary |
ScraperSummary.withDestination(Destination destination)
The destination that the scraper is producing metrics to.
|
ScraperDescription |
ScraperDescription.withDestination(Destination destination)
The destination that the scraper is producing metrics to.
|
CreateScraperRequest |
CreateScraperRequest.withDestination(Destination destination)
The destination that the scraper will be producing metrics to.
|
Copyright © 2024. All rights reserved.