Uses of Class
com.hazelcast.config.AwsConfig
Packages that use AwsConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of AwsConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return AwsConfigModifier and TypeMethodDescriptionClientNetworkConfig.getAwsConfig()
Returns the currentAwsConfig
.Methods in com.hazelcast.client.config with parameters of type AwsConfigModifier and TypeMethodDescriptionClientNetworkConfig.setAwsConfig
(AwsConfig clientAwsConfig) Sets configuration to connect nodes in AWS environment. -
Uses of AwsConfig in com.hazelcast.config
Methods in com.hazelcast.config that return AwsConfigModifier and TypeMethodDescriptionJoinConfig.getAwsConfig()
WanBatchPublisherConfig.getAwsConfig()
Returns theAwsConfig
used by the discovery mechanism for this WAN publisher.Methods in com.hazelcast.config with parameters of type AwsConfigModifier and TypeMethodDescriptionJoinConfig.setAwsConfig
(AwsConfig awsConfig) WanBatchPublisherConfig.setAwsConfig
(AwsConfig awsConfig) Sets theAwsConfig
used by the discovery mechanism for this WAN publisher.Constructors in com.hazelcast.config with parameters of type AwsConfig