Class AmazonSyncHttpClient

java.lang.Object
software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
All Implemented Interfaces:
AutoCloseable, SdkAutoCloseable

@ThreadSafe public final class AmazonSyncHttpClient extends Object implements SdkAutoCloseable
  • Constructor Details

  • Method Details

    • close

      public void close()
      Shuts down this HTTP client object, releasing any resources that might be held open. This is an optional method, and callers are not expected to call it, but can if they want to explicitly release any open resources. Once a client has been shutdown, it cannot be used to make more requests.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface SdkAutoCloseable
    • requestExecutionBuilder

      public AmazonSyncHttpClient.RequestExecutionBuilder requestExecutionBuilder()
      Returns:
      A builder used to configure and execute a HTTP request.