Package | Description |
---|---|
com.tencentcloudapi.sts.v20180813.models |
Modifier and Type | Method and Description |
---|---|
Credentials |
AssumeRoleWithWebIdentityResponse.getCredentials()
Get 临时访问凭证
|
Credentials |
AssumeRoleWithSAMLResponse.getCredentials()
Get 对象里面包含 Token,TmpSecretId,TmpSecretKey 三元组
|
Credentials |
AssumeRoleResponse.getCredentials()
Get 临时访问凭证
|
Credentials |
GetFederationTokenResponse.getCredentials()
Get 临时访问凭证
|
Modifier and Type | Method and Description |
---|---|
void |
AssumeRoleWithWebIdentityResponse.setCredentials(Credentials Credentials)
Set 临时访问凭证
|
void |
AssumeRoleWithSAMLResponse.setCredentials(Credentials Credentials)
Set 对象里面包含 Token,TmpSecretId,TmpSecretKey 三元组
|
void |
AssumeRoleResponse.setCredentials(Credentials Credentials)
Set 临时访问凭证
|
void |
GetFederationTokenResponse.setCredentials(Credentials Credentials)
Set 临时访问凭证
|
Constructor and Description |
---|
Credentials(Credentials source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2024. All rights reserved.