Uses of Class
software.amazon.awssdk.services.evidently.model.LaunchStopDesiredState
-
Packages that use LaunchStopDesiredState Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of LaunchStopDesiredState in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return LaunchStopDesiredState Modifier and Type Method Description LaunchStopDesiredStateStopLaunchRequest. desiredState()Specify whether to consider the launch asCOMPLETEDorCANCELLEDafter it stops.static LaunchStopDesiredStateLaunchStopDesiredState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LaunchStopDesiredStateLaunchStopDesiredState. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchStopDesiredState[]LaunchStopDesiredState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type LaunchStopDesiredState Modifier and Type Method Description static Set<LaunchStopDesiredState>LaunchStopDesiredState. knownValues()Methods in software.amazon.awssdk.services.evidently.model with parameters of type LaunchStopDesiredState Modifier and Type Method Description StopLaunchRequest.BuilderStopLaunchRequest.Builder. desiredState(LaunchStopDesiredState desiredState)Specify whether to consider the launch asCOMPLETEDorCANCELLEDafter it stops.
-