Class AwsPropertiesAdapter

java.lang.Object
com.hazelcast.aws.AwsPropertiesAdapter

public class AwsPropertiesAdapter extends Object
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

      public static String getAccessKeyName()
    • getSecretKeyName

      public static String getSecretKeyName()
    • getTagKeyName

      public static String getTagKeyName()
    • getTagValueName

      public static String getTagValueName()
    • getRegionName

      public static String getRegionName()
    • getSecurityGroupNameName

      public static String getSecurityGroupNameName()
    • getPortName

      public static String getPortName()
    • getIamRoleName

      public static String getIamRoleName()
    • getHostHeaderName

      public static String getHostHeaderName()