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