Uses of Class
com.amazonaws.partitions.model.Endpoint
-
Packages that use Endpoint Package Description com.amazonaws.partitions.model -
-
Uses of Endpoint in com.amazonaws.partitions.model
Methods in com.amazonaws.partitions.model that return Endpoint Modifier and Type Method Description Endpoint
Partition. getDefaults()
Returns the default endpoint configuration of the partition.Endpoint
Service. getDefaults()
returns the default endpoints configuration for all regions in a partition.static Endpoint
Endpoint. merge(Endpoint defaults, Endpoint override)
Merges the given endpoints and returns the merged one.Methods in com.amazonaws.partitions.model that return types with arguments of type Endpoint Modifier and Type Method Description Map<String,Endpoint>
Service. getEndpoints()
Returns the endpoints configuration for all regions in a partition that service supports.Methods in com.amazonaws.partitions.model with parameters of type Endpoint Modifier and Type Method Description static Endpoint
Endpoint. merge(Endpoint defaults, Endpoint override)
Merges the given endpoints and returns the merged one.void
Partition. setDefaults(Endpoint defaults)
Sets the default endpoint configuration of the partition.void
Service. setDefaults(Endpoint defaults)
Sets the default endpoints configuration for all regions in a partition.Constructor parameters in com.amazonaws.partitions.model with type arguments of type Endpoint Constructor Description Service(Map<String,Endpoint> endpoints)
-