|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
@NotThreadSafe public abstract class AmazonWebServiceRequest
Base class for all user facing web service request objects.
Constructor Summary | |
---|---|
AmazonWebServiceRequest()
|
Method Summary | ||
---|---|---|
Map<String,String> |
copyPrivateRequestParameters()
Internal only method for accessing private, internal request parameters. |
|
RequestClientOptions |
getRequestClientOptions()
Gets the options stored with this request object. |
|
AWSCredentials |
getRequestCredentials()
Returns the optional credentials to use to sign this request, overriding the default credentials set at the client level. |
|
RequestMetricCollector |
getRequestMetricCollector()
Returns a request level metric collector; or null if not specified. |
|
void |
setRequestCredentials(AWSCredentials credentials)
Sets the optional credentials to use for this request, overriding the default credentials set at the client level. |
|
void |
setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
Sets a request level request metric collector which takes precedence over the ones at the http client level and AWS SDK level. |
|
|
withRequestMetricCollector(RequestMetricCollector metricCollector)
Specifies a request level metric collector which takes precedence over the ones at the http client level and AWS SDK level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmazonWebServiceRequest()
Method Detail |
---|
public void setRequestCredentials(AWSCredentials credentials)
credentials
- The optional AWS security credentials to use for this request,
overriding the default credentials set at the client level.public AWSCredentials getRequestCredentials()
public Map<String,String> copyPrivateRequestParameters()
public RequestClientOptions getRequestClientOptions()
public RequestMetricCollector getRequestMetricCollector()
public void setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
public <T extends AmazonWebServiceRequest> T withRequestMetricCollector(RequestMetricCollector metricCollector)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |