Uses of Interface
software.amazon.awssdk.core.SdkPlugin
-
Packages that use SdkPlugin Package Description software.amazon.awssdk.core software.amazon.awssdk.core.client.builder -
-
Uses of SdkPlugin in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return types with arguments of type SdkPlugin Modifier and Type Method Description List<SdkPlugin>
RequestOverrideConfiguration.Builder. plugins()
Returns the list of registered pluginsList<SdkPlugin>
RequestOverrideConfiguration.BuilderImpl. plugins()
List<SdkPlugin>
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 SdkPlugin Modifier and Type Method Description B
RequestOverrideConfiguration.Builder. addPlugin(SdkPlugin plugin)
Add a plugin used to update the configuration used by this request.B
RequestOverrideConfiguration.BuilderImpl. addPlugin(SdkPlugin plugin)
Method parameters in software.amazon.awssdk.core with type arguments of type SdkPlugin Modifier and Type Method Description B
RequestOverrideConfiguration.Builder. plugins(List<SdkPlugin> plugins)
Sets the plugins used to update the configuration used by this request.B
RequestOverrideConfiguration.BuilderImpl. plugins(List<SdkPlugin> plugins)
-
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 SdkPlugin Modifier and Type Method Description default List<SdkPlugin>
SdkClientBuilder. plugins()
Returns the list of plugins configured on the client builder.List<SdkPlugin>
SdkDefaultClientBuilder. plugins()
Methods in software.amazon.awssdk.core.client.builder with parameters of type SdkPlugin Modifier and Type Method Description default B
SdkClientBuilder. addPlugin(SdkPlugin plugin)
Adds a plugin to the client builder.B
SdkDefaultClientBuilder. addPlugin(SdkPlugin plugin)
-