Uses of Interface
software.amazon.awssdk.services.amp.AmpBaseClientBuilder
-
Packages that use AmpBaseClientBuilder Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics that makes it easier to securely monitor container environments at scale. -
-
Uses of AmpBaseClientBuilder in software.amazon.awssdk.services.amp
Classes in software.amazon.awssdk.services.amp with type parameters of type AmpBaseClientBuilder Modifier and Type Interface Description interfaceAmpBaseClientBuilder<B extends AmpBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Prometheus Service that is supported by bothAmpClientBuilderandAmpAsyncClientBuilder.Subinterfaces of AmpBaseClientBuilder in software.amazon.awssdk.services.amp Modifier and Type Interface Description interfaceAmpAsyncClientBuilderA builder for creating an instance ofAmpAsyncClient.interfaceAmpClientBuilderA builder for creating an instance ofAmpClient.
-