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 EndpointPartition. getDefaults()Returns the default endpoint configuration of the partition.EndpointService. getDefaults()returns the default endpoints configuration for all regions in a partition.static EndpointEndpoint. 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 EndpointEndpoint. merge(Endpoint defaults, Endpoint override)Merges the given endpoints and returns the merged one.voidPartition. setDefaults(Endpoint defaults)Sets the default endpoint configuration of the partition.voidService. 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)
-