public abstract class AmazonWebServiceRequest extends Object
| Constructor and Description |
|---|
AmazonWebServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setRequestCredentials(AWSCredentials credentials)
Sets the optional credentials to use for this request, overriding the
default credentials set at the client level.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.