Package | Description |
---|---|
com.ibm.cloud.objectstorage | |
com.ibm.cloud.objectstorage.http | |
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.util |
Modifier and Type | Class and Description |
---|---|
class |
AmazonWebServiceResult<T extends ResponseMetadata>
Base type for all AWS response objects.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
AmazonWebServiceResponse.getResponseMetadata()
Returns the response metadata for this response.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonWebServiceResponse.setResponseMetadata(ResponseMetadata responseMetadata)
Sets the response metadata associated with this response.
|
Constructor and Description |
---|
ResponseMetadata(ResponseMetadata originalResponseMetadata)
Creates a new ResponseMetadata object from an existing ResponseMetadata
object.
|
Modifier and Type | Method and Description |
---|---|
protected ResponseMetadata |
StaxResponseHandler.getResponseMetadata(Map<String,String> metadata)
Create the default
ResponseMetadata . |
ResponseMetadata |
AmazonHttpClient.getResponseMetadataForRequest(AmazonWebServiceRequest request)
Returns additional response metadata for an executed request.
|
Modifier and Type | Class and Description |
---|---|
class |
S3ResponseMetadata
Extension of
ResponseMetadata with Amazon S3 specific data. |
Constructor and Description |
---|
S3ResponseMetadata(ResponseMetadata originalResponseMetadata)
Creates a new S3ResponseMetadata object from an existing ResponseMetadata
object.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
MetadataCache.get(Object obj)
Returns the response metadata associated with the specified object, or
null if no metadata is associated with that object.
|
ResponseMetadata |
ResponseMetadataCache.get(Object obj) |
ResponseMetadata |
NullResponseMetadataCache.get(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataCache.add(Object obj,
ResponseMetadata metadata)
Adds a new entry to this cache, possibly evicting the oldest entry if the
cache is at its size limit.
|
void |
ResponseMetadataCache.add(Object obj,
ResponseMetadata metadata) |
void |
NullResponseMetadataCache.add(Object obj,
ResponseMetadata metadata) |
Copyright © 2024. All rights reserved.