| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopLaunchResponse> |
EvidentlyAsyncClient.stopLaunch(Consumer<StopLaunchRequest.Builder> stopLaunchRequest)
Stops a launch that is currently running.
|
default StopLaunchResponse |
EvidentlyClient.stopLaunch(Consumer<StopLaunchRequest.Builder> stopLaunchRequest)
Stops a launch that is currently running.
|
| Modifier and Type | Method and Description |
|---|---|
static StopLaunchRequest.Builder |
StopLaunchRequest.builder() |
StopLaunchRequest.Builder |
StopLaunchRequest.Builder.desiredState(LaunchStopDesiredState desiredState)
Specify whether to consider the launch as
COMPLETED or CANCELLED after it stops. |
StopLaunchRequest.Builder |
StopLaunchRequest.Builder.desiredState(String desiredState)
Specify whether to consider the launch as
COMPLETED or CANCELLED after it stops. |
StopLaunchRequest.Builder |
StopLaunchRequest.Builder.launch(String launch)
The name of the launch to stop.
|
StopLaunchRequest.Builder |
StopLaunchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopLaunchRequest.Builder |
StopLaunchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopLaunchRequest.Builder |
StopLaunchRequest.Builder.project(String project)
The name or ARN of the project that contains the launch that you want to stop.
|
StopLaunchRequest.Builder |
StopLaunchRequest.Builder.reason(String reason)
A string that describes why you are stopping the launch.
|
StopLaunchRequest.Builder |
StopLaunchRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopLaunchRequest.Builder> |
StopLaunchRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.