Uses of Class
com.oracle.bmc.databasemigration.model.ExtractPerformanceProfile
-
Packages that use ExtractPerformanceProfile Package Description com.oracle.bmc.databasemigration.model -
-
Uses of ExtractPerformanceProfile in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return ExtractPerformanceProfile Modifier and Type Method Description static ExtractPerformanceProfile
ExtractPerformanceProfile. create(String key)
ExtractPerformanceProfile
CreateExtract. getPerformanceProfile()
Extract performance.ExtractPerformanceProfile
Extract. getPerformanceProfile()
Extract performance.ExtractPerformanceProfile
UpdateExtract. getPerformanceProfile()
Extract performance.static ExtractPerformanceProfile
ExtractPerformanceProfile. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtractPerformanceProfile[]
ExtractPerformanceProfile. 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 ExtractPerformanceProfile Modifier and Type Method Description CreateExtract.Builder
CreateExtract.Builder. performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.Extract.Builder
Extract.Builder. performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.UpdateExtract.Builder
UpdateExtract.Builder. performanceProfile(ExtractPerformanceProfile performanceProfile)
Extract performance.Constructors in com.oracle.bmc.databasemigration.model with parameters of type ExtractPerformanceProfile Constructor Description CreateExtract(ExtractPerformanceProfile performanceProfile, Integer longTransDuration)
Deprecated.Extract(ExtractPerformanceProfile performanceProfile, Integer longTransDuration)
Deprecated.UpdateExtract(ExtractPerformanceProfile performanceProfile, Integer longTransDuration)
Deprecated.
-