Class Endpoint
java.lang.Object
software.amazon.awssdk.endpoints.Endpoint
Represents an endpoint computed by an
EndpointProvider. And endpoint minimally defines the URI, but may also
declare any additional headers that needed to be used, and user-defined attributes using an EndpointAttributeKey.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> Tattribute(EndpointAttributeKey<T> key) static Endpoint.Builderbuilder()Returns theEndpointUrlfor efficient access to URL components without URI construction overhead.booleaninthashCode()headers()url()Deprecated.
-
Method Details
-
url
Deprecated.UseendpointUrl()instead, which provides direct access to URL components without the overhead of constructing aURI.Returns the URI. Delegates toEndpointUrl.toUri()which lazily constructs the URI. -
endpointUrl
Returns theEndpointUrlfor efficient access to URL components without URI construction overhead. -
headers
-
toBuilder
-
attribute
-
equals
-
hashCode
-
builder
-
endpointUrl()instead, which provides direct access to URL components without the overhead of constructing aURI.