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 source that the scraper will be discovering and collecting metrics from.SourceScraperDescription. source()The source that the scraper is discovering and collecting metrics from.SourceScraperSummary. source()The source that the scraper is discovering and collecting metrics from.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 source that the scraper will be discovering and collecting metrics from.ScraperDescription.BuilderScraperDescription.Builder. source(Source source)The source that the scraper is discovering and collecting metrics from.ScraperSummary.BuilderScraperSummary.Builder. source(Source source)The source that the scraper is discovering and collecting metrics from.
-