19 #include <unordered_map> 21 #include "hazelcast/util/export.h" 23 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 25 #pragma warning(disable: 4251) //for dll export 33 class client_aws_config;
40 std::unordered_map<std::string, std::string> get_addresses();
44 std::string endpoint_;
51 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) The client_aws_config contains the configuration for client to connect to nodes in aws environment...
Definition: client_aws_config.h:52
Definition: aws_client.h:36