Package software.amazon.awssdk.endpoints


package software.amazon.awssdk.endpoints
  • Class
    Description
    Represents an endpoint computed by an EndpointProvider.
     
    A key for adding and retrieving attributes from an Endpoint in a typesafe manner.
    A marker interface for an endpoint provider.
    A lightweight, immutable representation of a resolved endpoint URL that stores pre-parsed components (scheme, host, port, path) as strings, avoiding the cost of URI construction.