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