Uses of Class
software.amazon.awssdk.services.amp.model.Source
-
Packages that use Source Package Description software.amazon.awssdk.services.amp.model -
-
Uses of Source in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return Source Modifier and Type Method Description static SourceSource. fromEksConfiguration(Consumer<EksConfiguration.Builder> eksConfiguration)Create an instance of this class witheksConfiguration()initialized to the given value.static SourceSource. fromEksConfiguration(EksConfiguration eksConfiguration)Create an instance of this class witheksConfiguration()initialized to the given value.SourceCreateScraperRequest. source()The Amazon EKS cluster from which the scraper will collect metrics.SourceScraperDescription. source()The Amazon EKS cluster from which the scraper collects metrics.SourceScraperSummary. source()The Amazon EKS cluster from which the scraper collects metrics.Methods in software.amazon.awssdk.services.amp.model with parameters of type Source Modifier and Type Method Description CreateScraperRequest.BuilderCreateScraperRequest.Builder. source(Source source)The Amazon EKS cluster from which the scraper will collect metrics.ScraperDescription.BuilderScraperDescription.Builder. source(Source source)The Amazon EKS cluster from which the scraper collects metrics.ScraperSummary.BuilderScraperSummary.Builder. source(Source source)The Amazon EKS cluster from which the scraper collects metrics.
-