public interface Credentials
| 限定符和类型 | 方法和说明 | 
|---|---|
String | 
getAccessKeyId()
Returns the access key ID for this credentials. 
 | 
String | 
getSecretAccessKey()
Returns the secret access key for this credentials. 
 | 
String | 
getSecurityToken()
Returns the security token for this credentials. 
 | 
boolean | 
useSecurityToken()
Determines whether to use security token for http requests. 
 | 
String getAccessKeyId()
String getSecretAccessKey()
String getSecurityToken()
boolean useSecurityToken()
Copyright © 2019. All Rights Reserved.