Uses of Interface
software.amazon.awssdk.services.evidently.model.StopLaunchRequest.Builder
-
Packages that use StopLaunchRequest.Builder 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 -
-
Uses of StopLaunchRequest.Builder in software.amazon.awssdk.services.evidently
Method parameters in software.amazon.awssdk.services.evidently with type arguments of type StopLaunchRequest.Builder Modifier and Type Method Description default CompletableFuture<StopLaunchResponse>EvidentlyAsyncClient. stopLaunch(Consumer<StopLaunchRequest.Builder> stopLaunchRequest)Stops a launch that is currently running.default StopLaunchResponseEvidentlyClient. stopLaunch(Consumer<StopLaunchRequest.Builder> stopLaunchRequest)Stops a launch that is currently running. -
Uses of StopLaunchRequest.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return StopLaunchRequest.Builder Modifier and Type Method Description static StopLaunchRequest.BuilderStopLaunchRequest. builder()StopLaunchRequest.BuilderStopLaunchRequest.Builder. desiredState(String desiredState)Specify whether to consider the launch asCOMPLETEDorCANCELLEDafter it stops.StopLaunchRequest.BuilderStopLaunchRequest.Builder. desiredState(LaunchStopDesiredState desiredState)Specify whether to consider the launch asCOMPLETEDorCANCELLEDafter it stops.StopLaunchRequest.BuilderStopLaunchRequest.Builder. launch(String launch)The name of the launch to stop.StopLaunchRequest.BuilderStopLaunchRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopLaunchRequest.BuilderStopLaunchRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopLaunchRequest.BuilderStopLaunchRequest.Builder. project(String project)The name or ARN of the project that contains the launch that you want to stop.StopLaunchRequest.BuilderStopLaunchRequest.Builder. reason(String reason)A string that describes why you are stopping the launch.StopLaunchRequest.BuilderStopLaunchRequest. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type StopLaunchRequest.Builder Modifier and Type Method Description static Class<? extends StopLaunchRequest.Builder>StopLaunchRequest. serializableBuilderClass()
-