Interface ClientEndpointProvider

    • Method Detail

      • create

        static ClientEndpointProvider create​(URI uri,
                                             boolean isEndpointOverridden)
        Create a client endpoint provider that uses the provided static URI and override settings.
      • clientEndpoint

        URI clientEndpoint()
        Retrieve the client endpoint from this provider.
      • isEndpointOverridden

        boolean isEndpointOverridden()
        Returns true if this endpoint was specified as an override by the customer, or false if it was determined automatically by the SDK.