Uses of Interface
software.amazon.awssdk.core.SdkPlugin
Packages that use SdkPlugin
-
Uses of SdkPlugin in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return types with arguments of type SdkPluginModifier and TypeMethodDescriptionRequestOverrideConfiguration.Builder.plugins()Returns the list of registered pluginsRequestOverrideConfiguration.BuilderImpl.plugins()RequestOverrideConfiguration.plugins()Return the plugins that will be used to update the configuration used by the request.Methods in software.amazon.awssdk.core with parameters of type SdkPluginModifier and TypeMethodDescriptionAdds a plugin that will modify the configuration used by this specific request.Method parameters in software.amazon.awssdk.core with type arguments of type SdkPlugin -
Uses of SdkPlugin in software.amazon.awssdk.core.client.builder
Methods in software.amazon.awssdk.core.client.builder that return types with arguments of type SdkPluginModifier and TypeMethodDescriptionSdkClientBuilder.plugins()Returns the list of plugins configured on the client builder.SdkDefaultClientBuilder.plugins()Methods in software.amazon.awssdk.core.client.builder with parameters of type SdkPlugin