Class ServiceEndpointKey

java.lang.Object
software.amazon.awssdk.regions.ServiceEndpointKey

@Immutable public final class ServiceEndpointKey extends Object
A ServiceEndpointKey uniquely identifies a service endpoint, and can be used to look up endpoints via ServiceMetadata.endpointFor(ServiceEndpointKey).

An endpoint is uniquely identified by the Region of that service and the EndpointTags associated with that endpoint. For example, the EndpointTag.FIPS endpoint in Region.US_WEST_2.

This can be created via builder().