Package software.amazon.awssdk.core
Interface SdkPlugin
- All Superinterfaces:
 AutoCloseable,SdkAutoCloseable
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
A plugin modifies a client's configuration when the client is created or at request execution
 time.
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()voidModify the provided client configuration. 
- 
Method Details
- 
configureClient
Modify the provided client configuration. - 
close
default void close()Description copied from interface:SdkAutoCloseable- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceSdkAutoCloseable
 
 -