16 #ifndef HAZELCAST_CLIENT_AWS_AWSCLIENT_H_ 17 #define HAZELCAST_CLIENT_AWS_AWSCLIENT_H_ 22 #include "hazelcast/util/HazelcastDll.h" 24 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 26 #pragma warning(disable: 4251) //for dll export 32 class ClientAwsConfig;
39 std::map<std::string, std::string> getAddresses();
49 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) The ClientAwsConfig contains the configuration for client to connect to nodes in aws environment...
Definition: ClientAwsConfig.h:53
Definition: MapEntryView.h:32
Definition: AWSClient.h:35