Uses of Interface
software.amazon.awssdk.services.evidently.model.ListLaunchesRequest.Builder
-
Packages that use ListLaunchesRequest.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 ListLaunchesRequest.Builder in software.amazon.awssdk.services.evidently
Method parameters in software.amazon.awssdk.services.evidently with type arguments of type ListLaunchesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLaunchesResponse>EvidentlyAsyncClient. listLaunches(Consumer<ListLaunchesRequest.Builder> listLaunchesRequest)Returns configuration details about all the launches in the specified project.default ListLaunchesResponseEvidentlyClient. listLaunches(Consumer<ListLaunchesRequest.Builder> listLaunchesRequest)Returns configuration details about all the launches in the specified project.default ListLaunchesPublisherEvidentlyAsyncClient. listLaunchesPaginator(Consumer<ListLaunchesRequest.Builder> listLaunchesRequest)Returns configuration details about all the launches in the specified project.default ListLaunchesIterableEvidentlyClient. listLaunchesPaginator(Consumer<ListLaunchesRequest.Builder> listLaunchesRequest)Returns configuration details about all the launches in the specified project. -
Uses of ListLaunchesRequest.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ListLaunchesRequest.Builder Modifier and Type Method Description static ListLaunchesRequest.BuilderListLaunchesRequest. builder()ListLaunchesRequest.BuilderListLaunchesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.ListLaunchesRequest.BuilderListLaunchesRequest.Builder. nextToken(String nextToken)The token to use when requesting the next set of results.ListLaunchesRequest.BuilderListLaunchesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLaunchesRequest.BuilderListLaunchesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLaunchesRequest.BuilderListLaunchesRequest.Builder. project(String project)The name or ARN of the project to return the launch list from.ListLaunchesRequest.BuilderListLaunchesRequest.Builder. status(String status)Use this optional parameter to limit the returned results to only the launches with the status that you specify here.ListLaunchesRequest.BuilderListLaunchesRequest.Builder. status(LaunchStatus status)Use this optional parameter to limit the returned results to only the launches with the status that you specify here.ListLaunchesRequest.BuilderListLaunchesRequest. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ListLaunchesRequest.Builder Modifier and Type Method Description static Class<? extends ListLaunchesRequest.Builder>ListLaunchesRequest. serializableBuilderClass()
-