Uses of Class
software.amazon.awssdk.services.evidently.model.ListFeaturesRequest
-
Packages that use ListFeaturesRequest 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 software.amazon.awssdk.services.evidently.transform -
-
Uses of ListFeaturesRequest in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently with parameters of type ListFeaturesRequest Modifier and Type Method Description default CompletableFuture<ListFeaturesResponse>EvidentlyAsyncClient. listFeatures(ListFeaturesRequest listFeaturesRequest)Returns configuration details about all the features in the specified project.default ListFeaturesResponseEvidentlyClient. listFeatures(ListFeaturesRequest listFeaturesRequest)Returns configuration details about all the features in the specified project.default ListFeaturesPublisherEvidentlyAsyncClient. listFeaturesPaginator(ListFeaturesRequest listFeaturesRequest)Returns configuration details about all the features in the specified project.default ListFeaturesIterableEvidentlyClient. listFeaturesPaginator(ListFeaturesRequest listFeaturesRequest)Returns configuration details about all the features in the specified project. -
Uses of ListFeaturesRequest in software.amazon.awssdk.services.evidently.paginators
Constructors in software.amazon.awssdk.services.evidently.paginators with parameters of type ListFeaturesRequest Constructor Description ListFeaturesIterable(EvidentlyClient client, ListFeaturesRequest firstRequest)ListFeaturesPublisher(EvidentlyAsyncClient client, ListFeaturesRequest firstRequest) -
Uses of ListFeaturesRequest in software.amazon.awssdk.services.evidently.transform
Methods in software.amazon.awssdk.services.evidently.transform with parameters of type ListFeaturesRequest Modifier and Type Method Description SdkHttpFullRequestListFeaturesRequestMarshaller. marshall(ListFeaturesRequest listFeaturesRequest)
-