The access keys for the given database account.
-
Constructor Summary
Constructors
Creates an instance of DatabaseAccountListKeysResultInner class.
-
Method Summary
Get the primaryMasterKey property: Base 64 encoded value of the primary read-write key.
Get the secondaryMasterKey property: Base 64 encoded value of the secondary read-write key.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DatabaseAccountListKeysResultInner
public DatabaseAccountListKeysResultInner()
Creates an instance of DatabaseAccountListKeysResultInner class.
-
Method Details
-
primaryMasterKey
public String primaryMasterKey()
Get the primaryMasterKey property: Base 64 encoded value of the primary read-write key.
- Returns:
- the primaryMasterKey value.
-
secondaryMasterKey
public String secondaryMasterKey()
Get the secondaryMasterKey property: Base 64 encoded value of the secondary read-write key.
- Returns:
- the secondaryMasterKey value.
-