INNER CODE UNIT · Java
getSecretKeyProperty
spring-cloud/spring-cloud-vault · spring-cloud-vault-config-aws/src/main/java/org/springframework/cloud/vault/config/aws/VaultAwsProperties.java:120
public String getSecretKeyProperty() {
return this.secretKeyProperty;
}
public void setSecretKeyProperty(String secretKeyProperty) {
this.secretKeyProperty = secretKeyProperty;
}
public AwsCredentialType getCredentialType() {
return this.credentialType;
}
public void setCredentialType(AwsCredentialType credentialType) {
this.credentialType = credentialType;
}
public String getSessionTokenKeyProperty() {
return this.sessionTokenKeyProperty;