Class AccessKeysInner


  • public final class AccessKeysInner
    extends Object
    Access keys The secret access keys used for authenticating connections to redis.
    • Constructor Detail

      • AccessKeysInner

        public AccessKeysInner()
    • Method Detail

      • primaryKey

        public String primaryKey()
        Get the primaryKey property: The current primary key that clients can use to authenticate.
        Returns:
        the primaryKey value.
      • secondaryKey

        public String secondaryKey()
        Get the secondaryKey property: The current secondary key that clients can use to authenticate.
        Returns:
        the secondaryKey value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.