Uses of Class
com.hazelcast.config.AwsConfig

Packages that use AwsConfig
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of AwsConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return AwsConfig
 AwsConfig JoinConfig.getAwsConfig()
           
 AwsConfig AwsConfig.setAccessKey(String accessKey)
          Sets the access key to access AWS.
 AwsConfig AwsConfig.setConnectionTimeoutSeconds(int connectionTimeoutSeconds)
          Sets the connect timeout in seconds.
 AwsConfig AwsConfig.setEnabled(boolean enabled)
          Enables or disables the aws join mechanism.
 AwsConfig AwsConfig.setHostHeader(String hostHeader)
          Sets the host header; the address the EC2 API can be found.
 AwsConfig AwsConfig.setRegion(String region)
          Sets the region where the EC2 instances running the Hazelcast members will be running.
 AwsConfig AwsConfig.setSecretKey(String secretKey)
          Sets the secret key to access AWS.
 AwsConfig AwsConfig.setSecurityGroupName(String securityGroupName)
          Sets the security group name.
 AwsConfig AwsConfig.setTagKey(String tagKey)
          Sets the tag key.
 AwsConfig AwsConfig.setTagValue(String tagValue)
          Sets the tag value.
 

Methods in com.hazelcast.config with parameters of type AwsConfig
 JoinConfig JoinConfig.setAwsConfig(AwsConfig awsConfig)
           
 



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