| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently |
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.
|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
StopLaunchResult |
AbstractAmazonCloudWatchEvidently.stopLaunch(StopLaunchRequest request) |
StopLaunchResult |
AmazonCloudWatchEvidently.stopLaunch(StopLaunchRequest stopLaunchRequest)
Stops a launch that is currently running.
|
StopLaunchResult |
AmazonCloudWatchEvidentlyClient.stopLaunch(StopLaunchRequest request)
Stops a launch that is currently running.
|
Future<StopLaunchResult> |
AbstractAmazonCloudWatchEvidentlyAsync.stopLaunchAsync(StopLaunchRequest request) |
Future<StopLaunchResult> |
AmazonCloudWatchEvidentlyAsync.stopLaunchAsync(StopLaunchRequest stopLaunchRequest)
Stops a launch that is currently running.
|
Future<StopLaunchResult> |
AmazonCloudWatchEvidentlyAsyncClient.stopLaunchAsync(StopLaunchRequest request) |
Future<StopLaunchResult> |
AbstractAmazonCloudWatchEvidentlyAsync.stopLaunchAsync(StopLaunchRequest request,
AsyncHandler<StopLaunchRequest,StopLaunchResult> asyncHandler) |
Future<StopLaunchResult> |
AmazonCloudWatchEvidentlyAsync.stopLaunchAsync(StopLaunchRequest stopLaunchRequest,
AsyncHandler<StopLaunchRequest,StopLaunchResult> asyncHandler)
Stops a launch that is currently running.
|
Future<StopLaunchResult> |
AmazonCloudWatchEvidentlyAsyncClient.stopLaunchAsync(StopLaunchRequest request,
AsyncHandler<StopLaunchRequest,StopLaunchResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopLaunchResult> |
AbstractAmazonCloudWatchEvidentlyAsync.stopLaunchAsync(StopLaunchRequest request,
AsyncHandler<StopLaunchRequest,StopLaunchResult> asyncHandler) |
Future<StopLaunchResult> |
AmazonCloudWatchEvidentlyAsync.stopLaunchAsync(StopLaunchRequest stopLaunchRequest,
AsyncHandler<StopLaunchRequest,StopLaunchResult> asyncHandler)
Stops a launch that is currently running.
|
Future<StopLaunchResult> |
AmazonCloudWatchEvidentlyAsyncClient.stopLaunchAsync(StopLaunchRequest request,
AsyncHandler<StopLaunchRequest,StopLaunchResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopLaunchRequest |
StopLaunchRequest.clone() |
StopLaunchRequest |
StopLaunchRequest.withDesiredState(LaunchStopDesiredState desiredState)
Specify whether to consider the launch as
COMPLETED or CANCELLED after it stops. |
StopLaunchRequest |
StopLaunchRequest.withDesiredState(String desiredState)
Specify whether to consider the launch as
COMPLETED or CANCELLED after it stops. |
StopLaunchRequest |
StopLaunchRequest.withLaunch(String launch)
The name of the launch to stop.
|
StopLaunchRequest |
StopLaunchRequest.withProject(String project)
The name or ARN of the project that contains the launch that you want to stop.
|
StopLaunchRequest |
StopLaunchRequest.withReason(String reason)
A string that describes why you are stopping the launch.
|
Copyright © 2023. All rights reserved.