| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default StopLaunchResponse |
EvidentlyClient.stopLaunch(Consumer<StopLaunchRequest.Builder> stopLaunchRequest)
Stops a launch that is currently running.
|
default StopLaunchResponse |
EvidentlyClient.stopLaunch(StopLaunchRequest stopLaunchRequest)
Stops a launch that is currently running.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.