Package | Description |
---|---|
com.amazonaws.partitions | |
com.amazonaws.partitions.model |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Endpoint> |
PartitionRegionImpl.endpointCache
endpoint cache for a service.
|
Modifier and Type | Method and Description |
---|---|
private Endpoint |
PartitionRegionImpl.computeEndpoint(java.lang.String serviceName) |
private Endpoint |
PartitionRegionImpl.getEndpoint(java.lang.String serviceName)
Returns the endpoint configuration for a given service.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
PartitionRegionImpl.getEndpointString(java.lang.String serviceName,
Endpoint endpoint) |
Modifier and Type | Field and Description |
---|---|
private Endpoint |
Service.defaults
default endpoint configuration for a service across all regions in the
partition
|
private Endpoint |
Partition.defaults
default endpoint configuration.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Endpoint> |
Service.endpoints
endpoint configuration for every region in a partition.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
Service.getDefaults()
returns the default endpoints configuration for all regions in a
partition.
|
Endpoint |
Partition.getDefaults()
Returns the default endpoint configuration of the partition.
|
static Endpoint |
Endpoint.merge(Endpoint defaults,
Endpoint override)
Merges the given endpoints and returns the merged one.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Endpoint> |
Service.getEndpoints()
Returns the endpoints configuration for all regions in a partition
that service supports.
|
Modifier and Type | Method and Description |
---|---|
static Endpoint |
Endpoint.merge(Endpoint defaults,
Endpoint override)
Merges the given endpoints and returns the merged one.
|
void |
Service.setDefaults(Endpoint defaults)
Sets the default endpoints configuration for all regions in a
partition.
|
void |
Partition.setDefaults(Endpoint defaults)
Sets the default endpoint configuration of the partition.
|
Constructor and Description |
---|
Service(java.util.Map<java.lang.String,Endpoint> endpoints) |