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