public class AwsServiceEndPoint
extends java.lang.Object
Created by Karel Maesen, Geovise BVBA on 24/06/16.
| Modifier and Type | Field and Description |
|---|---|
static AwsRegion |
DEFAULT_REGION |
| Constructor and Description |
|---|
AwsServiceEndPoint(AwsService service,
AwsRegion region,
java.lang.String domain)
Creates an endpoint
|
| Modifier and Type | Method and Description |
|---|---|
static AwsServiceEndPoint |
defaultFor(AwsService service) |
static AwsServiceEndPoint |
defaultFor(AwsService service,
AwsRegion region) |
static java.lang.String |
defaultHostFor(AwsService service,
AwsRegion region) |
java.lang.String |
endPointUrl() |
java.lang.String |
getDomain() |
AwsRegion |
getRegion() |
AwsService |
getService() |
public static AwsRegion DEFAULT_REGION
public AwsServiceEndPoint(AwsService service, AwsRegion region, java.lang.String domain)
service - the AWS Service for this endpointregion - the AWS Region to usedomain - the domain name (host name) of the servicepublic java.lang.String endPointUrl()
public AwsRegion getRegion()
public java.lang.String getDomain()
public AwsService getService()
public static AwsServiceEndPoint defaultFor(AwsService service, AwsRegion region)
public static AwsServiceEndPoint defaultFor(AwsService service)
public static java.lang.String defaultHostFor(AwsService service, AwsRegion region)