Uses of Class
com.oracle.bmc.databasemigration.model.ReplicatPerformanceProfile
-
Packages that use ReplicatPerformanceProfile Package Description com.oracle.bmc.databasemigration.model -
-
Uses of ReplicatPerformanceProfile in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return ReplicatPerformanceProfile Modifier and Type Method Description static ReplicatPerformanceProfile
ReplicatPerformanceProfile. create(String key)
ReplicatPerformanceProfile
CreateReplicat. getPerformanceProfile()
Replicat performance.ReplicatPerformanceProfile
Replicat. getPerformanceProfile()
Replicat performance.ReplicatPerformanceProfile
UpdateReplicat. getPerformanceProfile()
Replicat performance.static ReplicatPerformanceProfile
ReplicatPerformanceProfile. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicatPerformanceProfile[]
ReplicatPerformanceProfile. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type ReplicatPerformanceProfile Modifier and Type Method Description CreateReplicat.Builder
CreateReplicat.Builder. performanceProfile(ReplicatPerformanceProfile performanceProfile)
Replicat performance.Replicat.Builder
Replicat.Builder. performanceProfile(ReplicatPerformanceProfile performanceProfile)
Replicat performance.UpdateReplicat.Builder
UpdateReplicat.Builder. performanceProfile(ReplicatPerformanceProfile performanceProfile)
Replicat performance.Constructors in com.oracle.bmc.databasemigration.model with parameters of type ReplicatPerformanceProfile Constructor Description CreateReplicat(ReplicatPerformanceProfile performanceProfile)
Deprecated.Replicat(ReplicatPerformanceProfile performanceProfile)
Deprecated.UpdateReplicat(ReplicatPerformanceProfile performanceProfile)
Deprecated.
-