| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicaMode |
ReplicaMode.fromValue(String value)
Use this in place of valueOf.
|
static ReplicaMode |
ReplicaMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicaMode[] |
ReplicaMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withReplicaMode(ReplicaMode replicaMode)
A value that sets the open mode of a replica database to either mounted or read-only.
|
CreateDBInstanceReadReplicaRequest |
CreateDBInstanceReadReplicaRequest.withReplicaMode(ReplicaMode replicaMode)
The open mode of the replica database: mounted or read-only.
|
DBInstance |
DBInstance.withReplicaMode(ReplicaMode replicaMode)
The open mode of an Oracle read replica.
|
RdsCustomClusterConfiguration |
RdsCustomClusterConfiguration.withReplicaMode(ReplicaMode replicaMode)
Reserved for future use.
|
Copyright © 2024. All rights reserved.