public enum ServiceEndpointFormatter extends Enum<ServiceEndpointFormatter>
Enum Constant and Description |
---|
EC2 |
ELASTICBEANSTALK |
ELASTICMAPREDUCE |
ELB |
S3 |
SIMPLEDB |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Object obj) |
static ServiceEndpointFormatter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceEndpointFormatter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceEndpointFormatter ELASTICBEANSTALK
public static final ServiceEndpointFormatter EC2
public static final ServiceEndpointFormatter ELASTICMAPREDUCE
public static final ServiceEndpointFormatter SIMPLEDB
public static final ServiceEndpointFormatter S3
public static final ServiceEndpointFormatter ELB
public static ServiceEndpointFormatter[] values()
for (ServiceEndpointFormatter c : ServiceEndpointFormatter.values()) System.out.println(c);
public static ServiceEndpointFormatter 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 boolean matches(Object obj)
Copyright © 2011–2019 ingenieux. All rights reserved.