public interface RegionImpl
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
getAvailableEndpoints()
Returns an immutable collection of all the endpoints available in the
region
metadata.
|
java.lang.String |
getDomain()
Returns the domain for this region; ex: "amazonaws.com".
|
java.lang.String |
getName()
The unique system ID for this region; ex: "us-east-1".
|
java.lang.String |
getPartition()
Returns the partition this region is in.
|
java.lang.String |
getServiceEndpoint(java.lang.String serviceName)
Returns the endpoint for the service given.
|
boolean |
hasHttpEndpoint(java.lang.String serviceName)
Returns whether the given service support the https protocol in this region.
|
boolean |
hasHttpsEndpoint(java.lang.String serviceName)
Returns whether the given service support the http protocol in this region.
|
boolean |
isServiceSupported(java.lang.String serviceName)
Returns whether the given service is supported in this region.
|
java.lang.String getName()
java.lang.String getDomain()
java.lang.String getPartition()
boolean isServiceSupported(java.lang.String serviceName)
ServiceAbbreviations
java.lang.String getServiceEndpoint(java.lang.String serviceName)
ServiceAbbreviations
boolean hasHttpEndpoint(java.lang.String serviceName)
ServiceAbbreviations
boolean hasHttpsEndpoint(java.lang.String serviceName)
ServiceAbbreviations
java.util.Collection<java.lang.String> getAvailableEndpoints()