Uses of Interface
software.amazon.awssdk.services.evidently.EvidentlyBaseClientBuilder
-
Packages that use EvidentlyBaseClientBuilder Package Description software.amazon.awssdk.services.evidently You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of your users while you roll out the feature. -
-
Uses of EvidentlyBaseClientBuilder in software.amazon.awssdk.services.evidently
Classes in software.amazon.awssdk.services.evidently with type parameters of type EvidentlyBaseClientBuilder Modifier and Type Interface Description interfaceEvidentlyBaseClientBuilder<B extends EvidentlyBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon CloudWatch Evidently that is supported by bothEvidentlyClientBuilderandEvidentlyAsyncClientBuilder.Subinterfaces of EvidentlyBaseClientBuilder in software.amazon.awssdk.services.evidently Modifier and Type Interface Description interfaceEvidentlyAsyncClientBuilderA builder for creating an instance ofEvidentlyAsyncClient.interfaceEvidentlyClientBuilderA builder for creating an instance ofEvidentlyClient.
-