|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AwsConfig | |
|---|---|
| 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. |
| Uses of AwsConfig in com.hazelcast.aws |
|---|
| Constructors in com.hazelcast.aws with parameters of type AwsConfig | |
|---|---|
AWSClient(AwsConfig awsConfig)
|
|
| Uses of AwsConfig in com.hazelcast.aws.impl |
|---|
| Constructors in com.hazelcast.aws.impl with parameters of type AwsConfig | |
|---|---|
DescribeInstances(AwsConfig awsConfig)
|
|
| Uses of AwsConfig in com.hazelcast.aws.security |
|---|
| Constructors in com.hazelcast.aws.security with parameters of type AwsConfig | |
|---|---|
EC2RequestSigner(AwsConfig config,
String timeStamp)
|
|
| Uses of AwsConfig in com.hazelcast.aws.utility |
|---|
| Methods in com.hazelcast.aws.utility with parameters of type AwsConfig | |
|---|---|
static Map<String,String> |
CloudyUtility.unmarshalTheResponse(InputStream stream,
AwsConfig awsConfig)
|
| Uses of AwsConfig in com.hazelcast.client.config |
|---|
| Subclasses of AwsConfig in com.hazelcast.client.config | |
|---|---|
class |
ClientAwsConfig
The AWSConfig contains the configuration for client to connect to nodes in aws environment. |
| 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 where 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||