public class ECSRoleCredentials extends Object implements Credentials
| Constructor and Description |
|---|
ECSRoleCredentials(String ecsRamRole) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId() |
String |
getAccessKeySecret() |
String |
getSecurityToken() |
void |
setAccessKeyId(String accessKeyId) |
void |
setAccessKeySecret(String accessKeySecret) |
void |
setSecurityToken(String securityToken) |
public ECSRoleCredentials(String ecsRamRole)
public String getAccessKeyId()
getAccessKeyId in interface Credentialspublic String getAccessKeySecret()
getAccessKeySecret in interface Credentialspublic String getSecurityToken()
getSecurityToken in interface Credentialspublic void setAccessKeyId(String accessKeyId)
setAccessKeyId in interface Credentialspublic void setAccessKeySecret(String accessKeySecret)
setAccessKeySecret in interface Credentialspublic void setSecurityToken(String securityToken)
setSecurityToken in interface CredentialsCopyright © 2025. All Rights Reserved.