Uses of Class
software.amazon.awssdk.services.amp.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.amp.model -
-
Uses of Destination in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return Destination Modifier and Type Method Description DestinationCreateScraperRequest. destination()The Amazon Managed Service for Prometheus workspace to send metrics to.DestinationScraperDescription. destination()The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.DestinationScraperSummary. destination()The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.static DestinationDestination. fromAmpConfiguration(Consumer<AmpConfiguration.Builder> ampConfiguration)Create an instance of this class withampConfiguration()initialized to the given value.static DestinationDestination. fromAmpConfiguration(AmpConfiguration ampConfiguration)Create an instance of this class withampConfiguration()initialized to the given value.Methods in software.amazon.awssdk.services.amp.model with parameters of type Destination Modifier and Type Method Description CreateScraperRequest.BuilderCreateScraperRequest.Builder. destination(Destination destination)The Amazon Managed Service for Prometheus workspace to send metrics to.ScraperDescription.BuilderScraperDescription.Builder. destination(Destination destination)The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.ScraperSummary.BuilderScraperSummary.Builder. destination(Destination destination)The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.
-