Class AmazonAsyncHttpClient

  • All Implemented Interfaces:
    AutoCloseable, software.amazon.awssdk.utils.SdkAutoCloseable

    @ThreadSafe
    public final class AmazonAsyncHttpClient
    extends Object
    implements software.amazon.awssdk.utils.SdkAutoCloseable
    • Constructor Detail

    • Method Detail

      • 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 software.amazon.awssdk.utils.SdkAutoCloseable