Uses of Interface
software.amazon.awssdk.services.evidently.EvidentlyClient
-
Packages that use EvidentlyClient 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.software.amazon.awssdk.services.evidently.paginators -
-
Uses of EvidentlyClient in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return EvidentlyClient Modifier and Type Method Description static EvidentlyClientEvidentlyClient. create()Create aEvidentlyClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EvidentlyClient in software.amazon.awssdk.services.evidently.paginators
Constructors in software.amazon.awssdk.services.evidently.paginators with parameters of type EvidentlyClient Constructor Description ListExperimentsIterable(EvidentlyClient client, ListExperimentsRequest firstRequest)ListFeaturesIterable(EvidentlyClient client, ListFeaturesRequest firstRequest)ListLaunchesIterable(EvidentlyClient client, ListLaunchesRequest firstRequest)ListProjectsIterable(EvidentlyClient client, ListProjectsRequest firstRequest)ListSegmentReferencesIterable(EvidentlyClient client, ListSegmentReferencesRequest firstRequest)ListSegmentsIterable(EvidentlyClient client, ListSegmentsRequest firstRequest)
-