| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicaMode |
ReplicaMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReplicaMode |
DBInstance.replicaMode()
The open mode of an Oracle read replica.
|
ReplicaMode |
ModifyDbInstanceRequest.replicaMode()
A value that sets the open mode of a replica database to either mounted or read-only.
|
ReplicaMode |
CreateDbInstanceReadReplicaRequest.replicaMode()
The open mode of the replica database: mounted or read-only.
|
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 |
|---|---|
static Set<ReplicaMode> |
ReplicaMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance.Builder |
DBInstance.Builder.replicaMode(ReplicaMode replicaMode)
The open mode of an Oracle read replica.
|
ModifyDbInstanceRequest.Builder |
ModifyDbInstanceRequest.Builder.replicaMode(ReplicaMode replicaMode)
A value that sets the open mode of a replica database to either mounted or read-only.
|
CreateDbInstanceReadReplicaRequest.Builder |
CreateDbInstanceReadReplicaRequest.Builder.replicaMode(ReplicaMode replicaMode)
The open mode of the replica database: mounted or read-only.
|
Copyright © 2022. All rights reserved.