| Package | Description |
|---|---|
| software.amazon.awssdk.codegen.lite.regions | |
| software.amazon.awssdk.codegen.lite.regions.model |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RegionValidationUtil.validEndpoint(String region,
Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected Endpoint |
Endpoint.clone() |
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.
|
Endpoint |
Endpoint.merge(Endpoint higher)
Merges the given endpoints and returns the merged one.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Endpoint> |
Service.getEndpoints()
Returns the endpoints configuration for all regions in a partition
that service supports.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.merge(Endpoint higher)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setEndpoints(Map<String,Endpoint> endpoints) |
| Constructor and Description |
|---|
Service(Map<String,Endpoint> endpoints) |
Copyright © 2023. All rights reserved.