Uses of Class
software.amazon.awssdk.services.amp.model.EksConfiguration
-
Packages that use EksConfiguration Package Description software.amazon.awssdk.services.amp.model -
-
Uses of EksConfiguration in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return EksConfiguration Modifier and Type Method Description EksConfigurationSource. eksConfiguration()The Amazon EKS cluster from which a scraper collects metrics.Methods in software.amazon.awssdk.services.amp.model with parameters of type EksConfiguration Modifier and Type Method Description Source.BuilderSource.Builder. eksConfiguration(EksConfiguration eksConfiguration)The Amazon EKS cluster from which a scraper collects metrics.static SourceSource. fromEksConfiguration(EksConfiguration eksConfiguration)Create an instance of this class withSource.eksConfiguration()initialized to the given value.
-