Package com.hazelcast.aws
Class AwsPropertiesAdapter
java.lang.Object
com.hazelcast.aws.AwsPropertiesAdapter
As AwsProperties enum from Hazelcast has package-level visibility, we can't access it directly. On the other hand,
we do not want to have a copy that enum (what if something changes in the future?).
The ideal way is to create an adapter to access enum fields. If fields are changes in the future, we will know it
when try to upgrade Hazelcast.
- Since:
- 8.9.0
-
Method Details
-
getAccessKeyName
-
getSecretKeyName
-
getTagKeyName
-
getTagValueName
-
getRegionName
-
getSecurityGroupNameName
-
getPortName
-
getIamRoleName
-
getHostHeaderName
-