@NotThreadSafe public abstract class SCSWebServiceRequest extends Object
构造器和说明 |
---|
SCSWebServiceRequest() |
限定符和类型 | 方法和说明 |
---|---|
Map<String,String> |
copyPrivateRequestParameters()
Internal only method for accessing private, internal request parameters.
|
String |
getDelegationToken()
已过时。
Pass a
com.amazonaws.auth.AWSSessionCredentials to
your client constructor instead. Note the delegationToken methods do not
work for services other than s3. |
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 |
setDelegationToken(String delegationToken)
已过时。
Pass a
com.amazonaws.auth.AWSSessionCredentials to
your client constructor instead. Note the delegationToken methods do not
work for services other than s3. |
void |
setRequestCredentials(AWSCredentials credentials)
Sets the optional credentials to use for this request, overriding the
default credentials set at the client level.
|
@Deprecated public String getDelegationToken()
com.amazonaws.auth.AWSSessionCredentials
to
your client constructor instead. Note the delegationToken methods do not
work for services other than s3.@Deprecated public void setDelegationToken(String delegationToken)
com.amazonaws.auth.AWSSessionCredentials
to
your client constructor instead. Note the delegationToken methods do not
work for services other than s3.delegationToken
- The optional STS security token associated with the request.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 © 2016. All rights reserved.