Package | Description |
---|---|
com.ibm.cloud.objectstorage | |
com.ibm.cloud.objectstorage.handlers | |
com.ibm.cloud.objectstorage.services.s3.request |
Modifier and Type | Method and Description |
---|---|
<X> void |
AmazonWebServiceRequest.addHandlerContext(HandlerContextKey<X> key,
X value) |
<X> void |
DefaultRequest.addHandlerContext(HandlerContextKey<X> key,
X value) |
<X> void |
HandlerContextAware.addHandlerContext(HandlerContextKey<X> key,
X value)
Adds a context to that is visible to all
RequestHandler2 s. |
<X> X |
AmazonWebServiceRequest.getHandlerContext(HandlerContextKey<X> key) |
<X> X |
DefaultRequest.getHandlerContext(HandlerContextKey<X> key) |
<X> X |
HandlerContextAware.getHandlerContext(HandlerContextKey<X> key)
Return the context for the given key if present; else return null.
|
Modifier and Type | Field and Description |
---|---|
static HandlerContextKey<AdvancedConfig> |
HandlerContextKey.ADVANCED_CONFIG
Advanced client configuration.
|
static HandlerContextKey<AWSCredentials> |
HandlerContextKey.AWS_CREDENTIALS
The key under which the request credentials are set.
|
static HandlerContextKey<URI> |
HandlerContextKey.CLIENT_ENDPOINT
The endpoint configured on the client.
|
static HandlerContextKey<Boolean> |
HandlerContextKey.ENDPOINT_OVERRIDDEN
A boolean value indicating if an endpoint is overridden or not
|
static HandlerContextKey<Boolean> |
HandlerContextKey.HAS_STREAMING_INPUT
A boolean value indicating if the input of the operation has a streaming member.
|
static HandlerContextKey<Boolean> |
HandlerContextKey.HAS_STREAMING_OUTPUT
A boolean value indicating if the output of the operation has a streaming member.
|
static HandlerContextKey<String> |
HandlerContextKey.OPERATION_NAME
The name of the operation for the request.
|
static HandlerContextKey<Boolean> |
HandlerContextKey.REQUIRES_LENGTH
A boolean value indicating if Content-Length header is required by the operation
|
static HandlerContextKey<String> |
HandlerContextKey.SERVICE_ID
The unique identifier for a service to which the request is being sent.
|
static HandlerContextKey<String> |
HandlerContextKey.SIGNING_NAME
The optional service name to sign the request.
|
static HandlerContextKey<String> |
HandlerContextKey.SIGNING_REGION
The region used to sign the request.
|
Modifier and Type | Field and Description |
---|---|
static HandlerContextKey<Boolean> |
S3HandlerContextKeys.IS_CHUNKED_ENCODING_DISABLED
Context provided to
AWSS3V4Signer to determine whether chunked encoding should be used
or not. |
static HandlerContextKey<Boolean> |
S3HandlerContextKeys.IS_PAYLOAD_SIGNING_ENABLED
Context provided to
AWSS3V4Signer to determine whether payloads should be signed. |
Copyright © 2024. All rights reserved.