| Package | Description |
|---|---|
| com.ibm.cos.v2.core | |
| com.ibm.cos.v2.core.client.builder | |
| com.ibm.cos.v2.transfer.s3.config | |
| com.ibm.cos.v2.transfer.s3.progress |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SdkPlugin
A plugin modifies a client's configuration when the client is created or at request execution
time.
|
| Modifier and Type | Method and Description |
|---|---|
B |
RequestOverrideConfiguration.Builder.addPlugin(SdkPlugin plugin)
Add a plugin used to update the configuration used by this request.
|
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
|
B |
RequestOverrideConfiguration.Builder.plugins(List<SdkPlugin> plugins)
Sets the plugins used to update the configuration used by this request.
|
| Modifier and Type | Method and Description |
|---|---|
default B |
SdkClientBuilder.addPlugin(SdkPlugin plugin)
Adds a plugin to the client builder.
|
protected SdkClientConfiguration |
SdkDefaultClientBuilder.invokePlugins(SdkClientConfiguration config)
By default, returns the configuration as-is.
|
default List<SdkPlugin> |
SdkClientBuilder.plugins()
Returns the list of plugins configured on the client builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransferRequestOverrideConfiguration
Configuration options for
UploadFileRequest and DownloadFileRequest. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransferListener.Context.BytesTransferred
Additional bytes have been submitted or received.
|
static interface |
TransferListener.Context.TransferComplete
The transfer has completed successfully.
|
static interface |
TransferListener.Context.TransferFailed
The transfer failed.
|
static interface |
TransferListener.Context.TransferInitiated
A new transfer has been initiated.
|
Copyright © 2026. All rights reserved.