Uses of Interface
software.amazon.awssdk.services.evidently.model.ListFeaturesRequest.Builder
-
Packages that use ListFeaturesRequest.Builder 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.model -
-
Uses of ListFeaturesRequest.Builder in software.amazon.awssdk.services.evidently
Method parameters in software.amazon.awssdk.services.evidently with type arguments of type ListFeaturesRequest.Builder 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 ListFeaturesResponseEvidentlyClient. listFeatures(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)Returns configuration details about all the features in the specified project.default ListFeaturesPublisherEvidentlyAsyncClient. listFeaturesPaginator(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)Returns configuration details about all the features in the specified project.default ListFeaturesIterableEvidentlyClient. listFeaturesPaginator(Consumer<ListFeaturesRequest.Builder> listFeaturesRequest)Returns configuration details about all the features in the specified project. -
Uses of ListFeaturesRequest.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ListFeaturesRequest.Builder Modifier and Type Method Description static ListFeaturesRequest.BuilderListFeaturesRequest. builder()ListFeaturesRequest.BuilderListFeaturesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.ListFeaturesRequest.BuilderListFeaturesRequest.Builder. nextToken(String nextToken)The token to use when requesting the next set of results.ListFeaturesRequest.BuilderListFeaturesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFeaturesRequest.BuilderListFeaturesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFeaturesRequest.BuilderListFeaturesRequest.Builder. project(String project)The name or ARN of the project to return the feature list from.ListFeaturesRequest.BuilderListFeaturesRequest. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ListFeaturesRequest.Builder Modifier and Type Method Description static Class<? extends ListFeaturesRequest.Builder>ListFeaturesRequest. serializableBuilderClass()
-