com.atlassian.aws.ec2.awssdk
Enum AwsSupportConstants.Architecture
java.lang.Object
java.lang.Enum<AwsSupportConstants.Architecture>
com.atlassian.aws.ec2.awssdk.AwsSupportConstants.Architecture
- All Implemented Interfaces:
- AwsSupportConstants.NameProvider, Serializable, Comparable<AwsSupportConstants.Architecture>
- Enclosing class:
- AwsSupportConstants
public static enum AwsSupportConstants.Architecture
- extends Enum<AwsSupportConstants.Architecture>
- implements AwsSupportConstants.NameProvider
NOTE: These enums are persisted to the database. Do not remove or rename them
x86_64
public static final AwsSupportConstants.Architecture x86_64
i386
public static final AwsSupportConstants.Architecture i386
values
public static AwsSupportConstants.Architecture[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AwsSupportConstants.Architecture c : AwsSupportConstants.Architecture.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AwsSupportConstants.Architecture valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getName
@NotNull
public String getName()
- Specified by:
getName in interface AwsSupportConstants.NameProvider
fromAwsName
@NotNull
public static AwsSupportConstants.Architecture fromAwsName(@NotNull
String awsName)
Copyright © 2015 Atlassian. All rights reserved.