Class S3ExpressPlugin
java.lang.Object
software.amazon.awssdk.services.s3.internal.s3express.S3ExpressPlugin
- All Implemented Interfaces:
AutoCloseable,SdkPlugin,SdkAutoCloseable
-
Constructor Details
-
S3ExpressPlugin
public S3ExpressPlugin()
-
-
Method Details
-
configureClient
Description copied from interface:SdkPluginModifies the provided client configuration.This method is invoked by the SDK to allow the plugin to customize the client configuration. Implementations can modify any aspect of the configuration exposed through the builder, including override configuration, endpoints, and authentication schemes.
- Specified by:
configureClientin interfaceSdkPlugin- Parameters:
config- the configuration builder to modify
-