MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / setAccessKey

Method setAccessKey

extensions/aws/AWSCredentialsProvider.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void AWSCredentialsProvider::setAccessKey(const std::string &access_key) {
48 access_key_ = access_key;
49}
50
51void AWSCredentialsProvider::setSecretKey(const std::string &secret_key) {
52 secret_key_ = secret_key;

Callers 2

onEnableMethod · 0.80
getAWSCredentialsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected