Uses of Interface
software.amazon.awssdk.services.evidently.model.ListExperimentsRequest.Builder
-
Packages that use ListExperimentsRequest.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 ListExperimentsRequest.Builder in software.amazon.awssdk.services.evidently
Method parameters in software.amazon.awssdk.services.evidently with type arguments of type ListExperimentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListExperimentsResponse>EvidentlyAsyncClient. listExperiments(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)Returns configuration details about all the experiments in the specified project.default ListExperimentsResponseEvidentlyClient. listExperiments(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)Returns configuration details about all the experiments in the specified project.default ListExperimentsPublisherEvidentlyAsyncClient. listExperimentsPaginator(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)Returns configuration details about all the experiments in the specified project.default ListExperimentsIterableEvidentlyClient. listExperimentsPaginator(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)Returns configuration details about all the experiments in the specified project. -
Uses of ListExperimentsRequest.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ListExperimentsRequest.Builder Modifier and Type Method Description static ListExperimentsRequest.BuilderListExperimentsRequest. builder()ListExperimentsRequest.BuilderListExperimentsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.ListExperimentsRequest.BuilderListExperimentsRequest.Builder. nextToken(String nextToken)The token to use when requesting the next set of results.ListExperimentsRequest.BuilderListExperimentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListExperimentsRequest.BuilderListExperimentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListExperimentsRequest.BuilderListExperimentsRequest.Builder. project(String project)The name or ARN of the project to return the experiment list from.ListExperimentsRequest.BuilderListExperimentsRequest.Builder. status(String status)Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.ListExperimentsRequest.BuilderListExperimentsRequest.Builder. status(ExperimentStatus status)Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.ListExperimentsRequest.BuilderListExperimentsRequest. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ListExperimentsRequest.Builder Modifier and Type Method Description static Class<? extends ListExperimentsRequest.Builder>ListExperimentsRequest. serializableBuilderClass()
-