Package | Description |
---|---|
com.tencentcloudapi.sts.v20180813.models |
Modifier and Type | Method and Description |
---|---|
Credentials |
AssumeRoleWithSAMLResponse.getCredentials()
Get An object consists of the `Token`, `TmpSecretId`, and `TmpSecretId`
|
Credentials |
AssumeRoleWithWebIdentityResponse.getCredentials()
Get Temporary credential
|
Credentials |
GetFederationTokenResponse.getCredentials()
Get Temporary credentials
|
Credentials |
AssumeRoleResponse.getCredentials()
Get Temporary security credentials
|
Modifier and Type | Method and Description |
---|---|
void |
AssumeRoleWithSAMLResponse.setCredentials(Credentials Credentials)
Set An object consists of the `Token`, `TmpSecretId`, and `TmpSecretId`
|
void |
AssumeRoleWithWebIdentityResponse.setCredentials(Credentials Credentials)
Set Temporary credential
|
void |
GetFederationTokenResponse.setCredentials(Credentials Credentials)
Set Temporary credentials
|
void |
AssumeRoleResponse.setCredentials(Credentials Credentials)
Set Temporary security credentials
|
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 © 2023. All rights reserved.