| Package | Description |
|---|---|
| software.amazon.awssdk.core | |
| software.amazon.awssdk.core.client.builder |
| Modifier and Type | Method and Description |
|---|---|
List<SdkPlugin> |
RequestOverrideConfiguration.plugins()
Return the plugins that will be used to update the configuration used by the request.
|
List<SdkPlugin> |
RequestOverrideConfiguration.Builder.plugins()
Returns the list of registered plugins
|
List<SdkPlugin> |
RequestOverrideConfiguration.BuilderImpl.plugins() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
default List<SdkPlugin> |
SdkClientBuilder.plugins()
Returns the list of plugins configured on the client builder.
|
List<SdkPlugin> |
SdkDefaultClientBuilder.plugins() |
| Modifier and Type | Method and Description |
|---|---|
default B |
SdkClientBuilder.addPlugin(SdkPlugin plugin)
Adds a plugin to the client builder.
|
B |
SdkDefaultClientBuilder.addPlugin(SdkPlugin plugin) |
Copyright © 2023. All rights reserved.