public class STSCredential extends Credential
Credential.Updater| Constructor and Description | 
|---|
| STSCredential(String secretId,
             String secretKey,
             String roleArn,
             String roleSessionName) | 
| STSCredential(String secretId,
             String secretKey,
             String roleArn,
             String roleSessionName,
             String endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSecretId() | 
| String | getSecretKey() | 
| String | getToken() | 
getUpdater, setSecretId, setSecretKey, setToken, setUpdaterpublic STSCredential(String secretId, String secretKey, String roleArn, String roleSessionName, String endpoint)
public String getSecretId()
getSecretId in class Credentialpublic String getSecretKey()
getSecretKey in class Credentialpublic String getToken()
getToken in class CredentialCopyright © 2025. All rights reserved.