Uses of Class
software.amazon.awssdk.services.scheduler.model.LaunchType
-
Packages that use LaunchType Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of LaunchType in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return LaunchType Modifier and Type Method Description static LaunchTypeLaunchType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LaunchTypeEcsParameters. launchType()Specifies the launch type on which your task is running.static LaunchTypeLaunchType. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchType[]LaunchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.scheduler.model that return types with arguments of type LaunchType Modifier and Type Method Description static Set<LaunchType>LaunchType. knownValues()Methods in software.amazon.awssdk.services.scheduler.model with parameters of type LaunchType Modifier and Type Method Description EcsParameters.BuilderEcsParameters.Builder. launchType(LaunchType launchType)Specifies the launch type on which your task is running.
-