| Package | Description | 
|---|---|
| com.hazelcast.aws | 
 Provides interfaces/classes for Hazelcast AWS. 
 | 
| com.hazelcast.aws.impl | 
 Provides implementation classes for Hazelcast AWS. 
 | 
| com.hazelcast.aws.security | 
 Provides security classes for Hazelcast AWS. 
 | 
| com.hazelcast.aws.utility | 
 Provides utility classes for Hazelcast AWS. 
 | 
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Constructor and Description | 
|---|
AWSClient(AwsConfig awsConfig)  | 
| Constructor and Description | 
|---|
DescribeInstances(AwsConfig awsConfig,
                 String endpoint)  | 
| Constructor and Description | 
|---|
EC2RequestSigner(AwsConfig config,
                String timeStamp,
                String endpoint)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,String> | 
CloudyUtility.unmarshalTheResponse(InputStream stream,
                    AwsConfig awsConfig)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientAwsConfig
The AWSConfig contains the configuration for client
 to connect to nodes in aws environment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 where the EC2 API can be found. 
 | 
AwsConfig | 
AwsConfig.setIamRole(String iamRole)
Sets the tag value. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JoinConfig | 
JoinConfig.setAwsConfig(AwsConfig awsConfig)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.