| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
DatabaseCluster.addRotationMultiUser(String id,
RotationMultiUserOptions options)
(experimental) Adds the multi user rotation to this cluster.
|
SecretRotation |
DatabaseCluster.addRotationSingleUser()
(experimental) Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
DatabaseCluster.addRotationSingleUser(Duration automaticallyAfter)
(experimental) Adds the single user rotation of the master password to this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
DatabaseInstance.addRotationMultiUser(String id,
RotationMultiUserOptions options)
(experimental) Adds the multi user rotation to this instance.
|
SecretRotation |
ServerlessCluster.addRotationMultiUser(String id,
RotationMultiUserOptions options)
(experimental) Adds the multi user rotation to this cluster.
|
SecretRotation |
DatabaseCluster.addRotationMultiUser(String id,
RotationMultiUserOptions options)
(experimental) Adds the multi user rotation to this cluster.
|
SecretRotation |
DatabaseInstanceFromSnapshot.addRotationMultiUser(String id,
RotationMultiUserOptions options)
(experimental) Adds the multi user rotation to this instance.
|
SecretRotation |
DatabaseInstance.addRotationSingleUser()
(experimental) Adds the single user rotation of the master password to this instance.
|
SecretRotation |
ServerlessCluster.addRotationSingleUser()
(experimental) Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
DatabaseCluster.addRotationSingleUser()
(experimental) Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
DatabaseInstanceFromSnapshot.addRotationSingleUser()
(experimental) Adds the single user rotation of the master password to this instance.
|
SecretRotation |
DatabaseInstance.addRotationSingleUser(RotationSingleUserOptions options)
(experimental) Adds the single user rotation of the master password to this instance.
|
SecretRotation |
ServerlessCluster.addRotationSingleUser(RotationSingleUserOptions options)
(experimental) Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
DatabaseCluster.addRotationSingleUser(RotationSingleUserOptions options)
(experimental) Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
DatabaseInstanceFromSnapshot.addRotationSingleUser(RotationSingleUserOptions options)
(experimental) Adds the single user rotation of the master password to this instance.
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
Cluster.addRotationMultiUser(String id,
RotationMultiUserOptions options)
(experimental) Adds the multi user rotation to this cluster.
|
SecretRotation |
Cluster.addRotationSingleUser()
(experimental) Adds the single user rotation of the master password to this cluster.
|
SecretRotation |
Cluster.addRotationSingleUser(Duration automaticallyAfter)
(experimental) Adds the single user rotation of the master password to this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
SecretRotation.Builder.build() |
Copyright © 2020. All rights reserved.