Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.http | |
com.amazonaws.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 | Method and Description |
---|---|
ResponseMetadata |
NullResponseMetadataCache.get(Object obj) |
ResponseMetadata |
ResponseMetadataCache.get(Object obj) |
ResponseMetadata |
MetadataCache.get(Object obj)
Returns the response metadata associated with the specified object, or
null if no metadata is associated with that object.
|
Modifier and Type | Method and Description |
---|---|
void |
NullResponseMetadataCache.add(Object obj,
ResponseMetadata metadata) |
void |
ResponseMetadataCache.add(Object obj,
ResponseMetadata metadata) |
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.
|
Copyright © 2020. All rights reserved.