Uses of Enum
software.amazon.awssdk.services.rds.model.ReplicaMode
Packages that use ReplicaMode
-
Uses of ReplicaMode in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ReplicaModeModifier and TypeMethodDescriptionstatic ReplicaModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplicaModeCreateDbInstanceReadReplicaRequest.replicaMode()The open mode of the replica database.final ReplicaModeDBInstance.replicaMode()The open mode of a Db2 or an Oracle read replica.final ReplicaModeModifyDbInstanceRequest.replicaMode()The open mode of a replica database.final ReplicaModeRdsCustomClusterConfiguration.replicaMode()Reserved for future use.static ReplicaModeReturns 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.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ReplicaModeMethods in software.amazon.awssdk.services.rds.model with parameters of type ReplicaModeModifier and TypeMethodDescriptionCreateDbInstanceReadReplicaRequest.Builder.replicaMode(ReplicaMode replicaMode) The open mode of the replica database.DBInstance.Builder.replicaMode(ReplicaMode replicaMode) The open mode of a Db2 or an Oracle read replica.ModifyDbInstanceRequest.Builder.replicaMode(ReplicaMode replicaMode) The open mode of a replica database.RdsCustomClusterConfiguration.Builder.replicaMode(ReplicaMode replicaMode) Reserved for future use.