Interface SdkPlugin

  • All Superinterfaces:
    AutoCloseable, software.amazon.awssdk.utils.SdkAutoCloseable
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @ThreadSafe
    @FunctionalInterface
    public interface SdkPlugin
    extends software.amazon.awssdk.utils.SdkAutoCloseable
    A plugin modifies a client's configuration when the client is created or at request execution time.
    • Method Detail

      • close

        default void close()
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface software.amazon.awssdk.utils.SdkAutoCloseable