public static enum V1Ec2MarshallerBenchmark.TestItem extends Enum<V1Ec2MarshallerBenchmark.TestItem>
Modifier and Type | Method and Description |
---|---|
com.amazonaws.services.ec2.model.RunInstancesRequest |
getValue() |
static V1Ec2MarshallerBenchmark.TestItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1Ec2MarshallerBenchmark.TestItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V1Ec2MarshallerBenchmark.TestItem TINY
public static final V1Ec2MarshallerBenchmark.TestItem SMALL
public static final V1Ec2MarshallerBenchmark.TestItem HUGE
public static V1Ec2MarshallerBenchmark.TestItem[] values()
for (V1Ec2MarshallerBenchmark.TestItem c : V1Ec2MarshallerBenchmark.TestItem.values()) System.out.println(c);
public static V1Ec2MarshallerBenchmark.TestItem 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 com.amazonaws.services.ec2.model.RunInstancesRequest getValue()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.