Interface SdkClient

  • All Superinterfaces:
    AutoCloseable, software.amazon.awssdk.utils.SdkAutoCloseable

    @ThreadSafe
    public interface SdkClient
    extends software.amazon.awssdk.utils.SdkAutoCloseable
    All SDK service client interfaces should extend this interface.
    • Method Detail

      • 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