Interface SdkClient

All Superinterfaces:
AutoCloseable, SdkAutoCloseable

@SdkPublicApi @ThreadSafe public interface SdkClient extends SdkAutoCloseable
All SDK service client interfaces should extend this interface.
  • Method Details

    • serviceName

      String serviceName()
      The name of the service.
      Returns:
      name for this service.
    • serviceClientConfiguration

      default SdkServiceClientConfiguration serviceClientConfiguration()
      The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration
      Returns:
      SdkServiceClientConfiguration