Uses of Enum
software.amazon.awssdk.services.eventbridge.model.LaunchType
Packages that use LaunchType
-
Uses of LaunchType in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return LaunchTypeModifier and TypeMethodDescriptionstatic LaunchTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LaunchTypeEcsParameters.launchType()Specifies the launch type on which your task is running.static LaunchTypeReturns 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.eventbridge.model that return types with arguments of type LaunchTypeMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type LaunchTypeModifier and TypeMethodDescriptionEcsParameters.Builder.launchType(LaunchType launchType) Specifies the launch type on which your task is running.