public class AwsCredentialsProperties extends Object
ContextCredentialsAutoConfiguration| Constructor and Description |
|---|
AwsCredentialsProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
String |
getProfileName() |
String |
getProfilePath() |
String |
getSecretKey() |
boolean |
isInstanceProfile() |
boolean |
isUseDefaultAwsCredentialsChain() |
void |
setAccessKey(String accessKey) |
void |
setInstanceProfile(boolean instanceProfile) |
void |
setProfileName(String profileName) |
void |
setProfilePath(String profilePath) |
void |
setSecretKey(String secretKey) |
void |
setUseDefaultAwsCredentialsChain(boolean useDefaultAwsCredentialsChain) |
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public boolean isInstanceProfile()
public void setInstanceProfile(boolean instanceProfile)
public boolean isUseDefaultAwsCredentialsChain()
public void setUseDefaultAwsCredentialsChain(boolean useDefaultAwsCredentialsChain)
public String getProfileName()
public void setProfileName(String profileName)
public String getProfilePath()
public void setProfilePath(String profilePath)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.