Uses of Class
software.amazon.awssdk.services.evidently.model.StopLaunchResponse
-
Packages that use StopLaunchResponse 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. -
-
Uses of StopLaunchResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return StopLaunchResponse Modifier and Type Method Description default StopLaunchResponseEvidentlyClient. stopLaunch(Consumer<StopLaunchRequest.Builder> stopLaunchRequest)Stops a launch that is currently running.default StopLaunchResponseEvidentlyClient. stopLaunch(StopLaunchRequest stopLaunchRequest)Stops a launch that is currently running.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type StopLaunchResponse Modifier and Type Method Description default CompletableFuture<StopLaunchResponse>EvidentlyAsyncClient. stopLaunch(Consumer<StopLaunchRequest.Builder> stopLaunchRequest)Stops a launch that is currently running.default CompletableFuture<StopLaunchResponse>EvidentlyAsyncClient. stopLaunch(StopLaunchRequest stopLaunchRequest)Stops a launch that is currently running.
-