Uses of Class
software.amazon.awssdk.services.evidently.model.ListFeaturesResponse
-
Packages that use ListFeaturesResponse 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 ListFeaturesResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListFeaturesResponse Modifier and Type Method Description default ListFeaturesResponseEvidentlyClient. listFeatures(Consumer<ListFeaturesRequest.Builder> 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.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type ListFeaturesResponse Modifier and Type Method Description default CompletableFuture<ListFeaturesResponse>EvidentlyAsyncClient. listFeatures(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)Returns configuration details about all the features in the specified project.default CompletableFuture<ListFeaturesResponse>EvidentlyAsyncClient. listFeatures(ListFeaturesRequest listFeaturesRequest)Returns configuration details about all the features in the specified project. -
Uses of ListFeaturesResponse in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type ListFeaturesResponse Modifier and Type Method Description Iterator<ListFeaturesResponse>ListFeaturesIterable. iterator()Method parameters in software.amazon.awssdk.services.evidently.paginators with type arguments of type ListFeaturesResponse Modifier and Type Method Description voidListFeaturesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFeaturesResponse> subscriber)
-