Java com.amazonaws.regions Region fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.regions Region fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.regions Region.

The text is from its open source code.

Method

TcreateClient(Class serviceClass, AWSCredentialsProvider credentials, ClientConfiguration config)
Creates a new service client of the class given and configures it.
StringgetName()
The unique system ID for this region; ex: "us-east-1".
RegiongetRegion(Regions region)
Returns the region with the id given, or null if it cannot be found in the current regions.xml file.
StringgetServiceEndpoint(String endpointPrefix)
Returns the endpoint for the service given.
booleanisServiceSupported(String serviceName)
Returns whether the given service is supported in this region.
StringtoString()