public class ClientAwsConfig extends AwsConfig
| Constructor and Description | 
|---|
ClientAwsConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isInsideAws()
If client is inside aws, it will use private ip addresses directly,
 otherwise it will convert private ip addresses to public addresses
 internally by calling AWS API. 
 | 
ClientAwsConfig | 
setInsideAws(boolean insideAws)
Set to true if client is inside aws environment
 Default value is false. 
 | 
getAccessKey, getConnectionTimeoutSeconds, getHostHeader, getIamRole, getRegion, getSecretKey, getSecurityGroupName, getTagKey, getTagValue, isEnabled, setAccessKey, setConnectionTimeoutSeconds, setEnabled, setHostHeader, setIamRole, setRegion, setSecretKey, setSecurityGroupName, setTagKey, setTagValue, toStringpublic boolean isInsideAws()
public ClientAwsConfig setInsideAws(boolean insideAws)
insideAws - isInsideAwsCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.