@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum Runtime extends Enum<Runtime>
Enum Constant and Description |
---|
Dotnet6 |
Dotnet8 |
Dotnetcore10 |
Dotnetcore20 |
Dotnetcore21 |
Dotnetcore31 |
Go1X |
Java11 |
Java17 |
Java21 |
Java8 |
Java8Al2 |
Nodejs |
Nodejs10X |
Nodejs12X |
Nodejs14X |
Nodejs16X |
Nodejs18X |
Nodejs20X |
Nodejs43 |
Nodejs43Edge |
Nodejs610 |
Nodejs810 |
Provided |
ProvidedAl2 |
ProvidedAl2023 |
Python27 |
Python310 |
Python311 |
Python312 |
Python36 |
Python37 |
Python38 |
Python39 |
Ruby25 |
Ruby27 |
Ruby32 |
Ruby33 |
Modifier and Type | Method and Description |
---|---|
static Runtime |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static Runtime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Runtime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Runtime Nodejs
public static final Runtime Nodejs43
public static final Runtime Nodejs610
public static final Runtime Nodejs810
public static final Runtime Nodejs10X
public static final Runtime Nodejs12X
public static final Runtime Nodejs14X
public static final Runtime Nodejs16X
public static final Runtime Java8
public static final Runtime Java8Al2
public static final Runtime Java11
public static final Runtime Python27
public static final Runtime Python36
public static final Runtime Python37
public static final Runtime Python38
public static final Runtime Python39
public static final Runtime Dotnetcore10
public static final Runtime Dotnetcore20
public static final Runtime Dotnetcore21
public static final Runtime Dotnetcore31
public static final Runtime Dotnet6
public static final Runtime Dotnet8
public static final Runtime Nodejs43Edge
public static final Runtime Go1X
public static final Runtime Ruby25
public static final Runtime Ruby27
public static final Runtime Provided
public static final Runtime ProvidedAl2
public static final Runtime Nodejs18X
public static final Runtime Python310
public static final Runtime Java17
public static final Runtime Ruby32
public static final Runtime Ruby33
public static final Runtime Python311
public static final Runtime Nodejs20X
public static final Runtime ProvidedAl2023
public static final Runtime Python312
public static final Runtime Java21
public static Runtime[] values()
for (Runtime c : Runtime.values()) System.out.println(c);
public static Runtime valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Runtime fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.