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