Uses of Class
software.amazon.awssdk.services.evidently.model.ListLaunchesResponse
-
Packages that use ListLaunchesResponse 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 ListLaunchesResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListLaunchesResponse Modifier and Type Method Description default ListLaunchesResponseEvidentlyClient. listLaunches(Consumer<ListLaunchesRequest.Builder> listLaunchesRequest)Returns configuration details about all the launches in the specified project.default ListLaunchesResponseEvidentlyClient. listLaunches(ListLaunchesRequest listLaunchesRequest)Returns configuration details about all the launches in the specified project.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type ListLaunchesResponse 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 CompletableFuture<ListLaunchesResponse>EvidentlyAsyncClient. listLaunches(ListLaunchesRequest listLaunchesRequest)Returns configuration details about all the launches in the specified project. -
Uses of ListLaunchesResponse in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type ListLaunchesResponse Modifier and Type Method Description Iterator<ListLaunchesResponse>ListLaunchesIterable. iterator()Method parameters in software.amazon.awssdk.services.evidently.paginators with type arguments of type ListLaunchesResponse Modifier and Type Method Description voidListLaunchesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLaunchesResponse> subscriber)
-