public class Client extends Object
| Constructor and Description |
|---|
Client() |
Client(AlibabaCloudCredentialsProvider provider) |
Client(Config config) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId()
Deprecated.
Use getCredential().getAccessKeyId() instead of
|
String |
getAccessKeySecret()
Deprecated.
Use getCredential().getAccessKeySecret() instead of
|
String |
getBearerToken()
Deprecated.
Use getCredential().getBearerToken() instead of
|
CredentialModel |
getCredential()
Get credential
|
String |
getSecurityToken()
Deprecated.
Use getCredential().getSecurityToken() instead of
|
String |
getType()
Deprecated.
Use getCredential().getType() instead of
|
public Client()
public Client(Config config)
public Client(AlibabaCloudCredentialsProvider provider)
@Deprecated public String getAccessKeyId()
@Deprecated public String getAccessKeySecret()
@Deprecated public String getSecurityToken()
@Deprecated public String getType()
@Deprecated public String getBearerToken()
public CredentialModel getCredential()
Copyright © 2024. All rights reserved.