com.hazelcast.aws
Class AWSClient

java.lang.Object
  extended by com.hazelcast.aws.AWSClient

public class AWSClient
extends Object


Constructor Summary
AWSClient(AwsConfig awsConfig)
           
 
Method Summary
 Map<String,String> getAddresses()
           
 Collection<String> getPrivateIpAddresses()
           
 void setEndpoint(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSClient

public AWSClient(AwsConfig awsConfig)
Method Detail

getPrivateIpAddresses

public Collection<String> getPrivateIpAddresses()
                                         throws Exception
Throws:
Exception

getAddresses

public Map<String,String> getAddresses()
                                throws Exception
Throws:
Exception

setEndpoint

public void setEndpoint(String s)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.