public final class Service extends Object
| Constructor and Description | 
|---|
Service()  | 
Service(Map<String,Endpoint> endpoints)  | 
| Modifier and Type | Method and Description | 
|---|---|
Endpoint | 
getDefaults()
returns the default endpoints configuration for all regions in a
 partition. 
 | 
Map<String,Endpoint> | 
getEndpoints()
Returns the endpoints configuration for all regions in a partition
 that service supports. 
 | 
String | 
getPartitionEndpoint()
returns the region name if the service is enabled partition wide. 
 | 
boolean | 
isPartitionWideEndpointAvailable()
A convienient method that returns true if a service has a partition
 wide endpoint available. 
 | 
boolean | 
isRegionalized()
returns true if the service is regionalized. 
 | 
void | 
setDefaults(Endpoint defaults)
Sets the default endpoints configuration for all regions in a
 partition. 
 | 
void | 
setEndpoints(Map<String,Endpoint> endpoints)  | 
void | 
setIsRegionalized(boolean regionalized)
sets the regionalized property for a service.. 
 | 
void | 
setPartitionEndpoint(String partitionEndpoint)
sets the region name if the service is enabled partition wide. 
 | 
public Map<String,Endpoint> getEndpoints()
public Endpoint getDefaults()
public void setDefaults(Endpoint defaults)
public String getPartitionEndpoint()
public void setPartitionEndpoint(String partitionEndpoint)
public boolean isRegionalized()
public void setIsRegionalized(boolean regionalized)
public boolean isPartitionWideEndpointAvailable()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.