Uses of Class
software.amazon.awssdk.services.evidently.model.ListLaunchesRequest
-
Packages that use ListLaunchesRequest 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 software.amazon.awssdk.services.evidently.transform -
-
Uses of ListLaunchesRequest in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently with parameters of type ListLaunchesRequest Modifier and Type Method Description default CompletableFuture<ListLaunchesResponse>EvidentlyAsyncClient. listLaunches(ListLaunchesRequest 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.default ListLaunchesPublisherEvidentlyAsyncClient. listLaunchesPaginator(ListLaunchesRequest listLaunchesRequest)This is a variant ofEvidentlyAsyncClient.listLaunches(software.amazon.awssdk.services.evidently.model.ListLaunchesRequest)operation.default ListLaunchesIterableEvidentlyClient. listLaunchesPaginator(ListLaunchesRequest listLaunchesRequest)This is a variant ofEvidentlyClient.listLaunches(software.amazon.awssdk.services.evidently.model.ListLaunchesRequest)operation. -
Uses of ListLaunchesRequest in software.amazon.awssdk.services.evidently.paginators
Constructors in software.amazon.awssdk.services.evidently.paginators with parameters of type ListLaunchesRequest Constructor Description ListLaunchesIterable(EvidentlyClient client, ListLaunchesRequest firstRequest)ListLaunchesPublisher(EvidentlyAsyncClient client, ListLaunchesRequest firstRequest) -
Uses of ListLaunchesRequest in software.amazon.awssdk.services.evidently.transform
Methods in software.amazon.awssdk.services.evidently.transform with parameters of type ListLaunchesRequest Modifier and Type Method Description SdkHttpFullRequestListLaunchesRequestMarshaller. marshall(ListLaunchesRequest listLaunchesRequest)
-