@NotThreadSafe public class ExecutionContext extends Object
构造器和说明 |
---|
ExecutionContext() |
限定符和类型 | 方法和说明 |
---|---|
String |
getContextUserAgent() |
AWSCredentials |
getCredentials()
Returns the optional credentials used to sign the associated request.
|
Signer |
getSigner()
Returns the optional signer used to sign the associated request.
|
void |
setContextUserAgent(String contextUserAgent) |
void |
setCredentials(AWSCredentials credentials)
Sets the optional credentials used to sign the associated request.
|
void |
setSigner(Signer signer)
Sets the optional signer used to sign the associated request.
|
public String getContextUserAgent()
public void setContextUserAgent(String contextUserAgent)
public Signer getSigner()
public void setSigner(Signer signer)
signer
- The optional signer used to sign the associated request.public AWSCredentials getCredentials()
public void setCredentials(AWSCredentials credentials)
credentials
- The optional credentials used to sign the associated request.Copyright © 2016. All rights reserved.