Uses of Interface
software.amazon.awssdk.services.evidently.EvidentlyAsyncClient
-
Packages that use EvidentlyAsyncClient 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 EvidentlyAsyncClient in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return EvidentlyAsyncClient Modifier and Type Method Description static EvidentlyAsyncClientEvidentlyAsyncClient. create()Create aEvidentlyAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EvidentlyAsyncClient in software.amazon.awssdk.services.evidently.paginators
Constructors in software.amazon.awssdk.services.evidently.paginators with parameters of type EvidentlyAsyncClient Constructor Description ListExperimentsPublisher(EvidentlyAsyncClient client, ListExperimentsRequest firstRequest)ListFeaturesPublisher(EvidentlyAsyncClient client, ListFeaturesRequest firstRequest)ListLaunchesPublisher(EvidentlyAsyncClient client, ListLaunchesRequest firstRequest)ListProjectsPublisher(EvidentlyAsyncClient client, ListProjectsRequest firstRequest)ListSegmentReferencesPublisher(EvidentlyAsyncClient client, ListSegmentReferencesRequest firstRequest)ListSegmentsPublisher(EvidentlyAsyncClient client, ListSegmentsRequest firstRequest)
-