INNER CODE UNIT · Java

setAccessKeyProperty

spring-cloud/spring-cloud-vault · spring-cloud-vault-config-aws/src/main/java/org/springframework/cloud/vault/config/aws/VaultAwsProperties.java:116

	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;
	}

	public void setCredentialType(AwsCredentialType credentialType) {
		this.credentialType = credentialType;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…