|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
public abstract class AmazonWebServiceRequest
Base class for all user facing web service requests.
Constructor Summary | |
---|---|
AmazonWebServiceRequest()
|
Method Summary | |
---|---|
Map<String,String> |
copyPrivateRequestParameters()
Internal only method for accessing private, internal request parameters. |
String |
getDelegationToken()
Returns the optional STS security token associated with the request. |
void |
setDelegationToken(String delegationToken)
Sets the optional STS security token associated with the request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmazonWebServiceRequest()
Method Detail |
---|
public String getDelegationToken()
public void setDelegationToken(String delegationToken)
delegationToken
- The optional STS security token associated with the request.public Map<String,String> copyPrivateRequestParameters()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |