Example usage for Java com.amazonaws.regions Region fields, constructors, methods, implement or subclass
The text is from its open source code.
T | createClient(Class Creates a new service client of the class given and configures it. |
String | getName() The unique system ID for this region; ex: "us-east-1". |
Region | getRegion(Regions region) Returns the region with the id given, or null if it cannot be found in the current regions.xml file. |
String | getServiceEndpoint(String endpointPrefix) Returns the endpoint for the service given. |
boolean | isServiceSupported(String serviceName) Returns whether the given service is supported in this region. |
String | toString() |