AwsConfig
instead.@Deprecated public class ClientAwsConfig extends AwsConfig
Constructor and Description |
---|
ClientAwsConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isInsideAws()
Deprecated.
|
ClientAwsConfig |
setInsideAws(boolean insideAws)
Deprecated.
|
ClientAwsConfig |
setProperty(String name,
String value)
Deprecated.
Sets the property understood by the AWS SPI Discovery Strategy.
|
getAccessKey, getConnectionTimeoutSeconds, getHostHeader, getHzPort, getIamRole, getRegion, getSecretKey, getSecurityGroupName, getTagKey, getTagValue, setAccessKey, setConnectionTimeoutSeconds, setEnabled, setHostHeader, setIamRole, setRegion, setSecretKey, setSecurityGroupName, setTagKey, setTagValue
getProperties, getProperty, isEnabled, isUsePublicIp, setUsePublicIp, toString
@Deprecated public boolean isInsideAws()
@Deprecated public ClientAwsConfig setInsideAws(boolean insideAws)
insideAws
- isInsideAwspublic ClientAwsConfig setProperty(String name, String value)
Note that it interprets the "inside-aws" property and maps it to the contrary of the generic "use-public-ip" property.
setProperty
in class AliasedDiscoveryConfig<AwsConfig>
name
- property namevalue
- property valueCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.