public class AccessKeyCredential extends Object implements AlibabaCloudCredentials
| Constructor and Description |
|---|
AccessKeyCredential(String accessKeyId,
String accessKeySecret) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId() |
String |
getAccessKeySecret() |
String |
getBearerToken() |
String |
getSecurityToken() |
String |
getType() |
public String getAccessKeyId()
getAccessKeyId in interface AlibabaCloudCredentialspublic String getAccessKeySecret()
getAccessKeySecret in interface AlibabaCloudCredentialspublic String getSecurityToken()
getSecurityToken in interface AlibabaCloudCredentialspublic String getType()
getType in interface AlibabaCloudCredentialspublic String getBearerToken()
getBearerToken in interface AlibabaCloudCredentialsCopyright © 2020. All rights reserved.