Uses of Class
com.amazonaws.partitions.model.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in com.amazonaws.partitions.model
Methods in com.amazonaws.partitions.model that return EndpointModifier and TypeMethodDescriptionPartition.getDefaults()
Returns the default endpoint configuration of the partition.Service.getDefaults()
returns the default endpoints configuration for all regions in a partition.static Endpoint
Merges the given endpoints and returns the merged one.Methods in com.amazonaws.partitions.model that return types with arguments of type EndpointModifier and TypeMethodDescriptionService.getEndpoints()
Returns the endpoints configuration for all regions in a partition that service supports.Methods in com.amazonaws.partitions.model with parameters of type EndpointModifier and TypeMethodDescriptionstatic Endpoint
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