AwsConfig
instead.@Deprecated public class ClientAwsConfig extends AwsConfig
Constructor and Description |
---|
ClientAwsConfig()
Deprecated.
|
ClientAwsConfig(ClientAwsConfig awsConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getFactoryId()
Deprecated.
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Deprecated.
Returns type identifier for this class.
|
boolean |
isInsideAws()
Deprecated.
|
void |
readData(ObjectDataInput in)
Deprecated.
Reads fields from the input stream
|
ClientAwsConfig |
setInsideAws(boolean insideAws)
Deprecated.
|
ClientAwsConfig |
setProperty(String name,
String value)
Deprecated.
Sets the property understood by the AWS SPI Discovery Strategy.
|
void |
writeData(ObjectDataOutput out)
Deprecated.
Writes object fields to output stream
|
getAccessKey, getConnectionTimeoutSeconds, getHostHeader, getHzPort, getIamRole, getRegion, getSecretKey, getSecurityGroupName, getTagKey, getTagValue, setAccessKey, setConnectionTimeoutSeconds, setEnabled, setHostHeader, setIamRole, setRegion, setSecretKey, setSecurityGroupName, setTagKey, setTagValue
equals, getProperties, getProperty, getTag, hashCode, isEnabled, isUsePublicIp, setUsePublicIp, toString
public ClientAwsConfig()
public ClientAwsConfig(ClientAwsConfig awsConfig)
@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 valuepublic int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
getFactoryId
in class AliasedDiscoveryConfig<AwsConfig>
public void writeData(ObjectDataOutput out)
DataSerializable
writeData
in interface DataSerializable
writeData
in class AliasedDiscoveryConfig<AwsConfig>
out
- outputpublic void readData(ObjectDataInput in)
DataSerializable
readData
in interface DataSerializable
readData
in class AliasedDiscoveryConfig<AwsConfig>
in
- inputpublic int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
getId
in class AwsConfig
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.