Uses of Class
com.oracle.bmc.databasemigration.model.DiagnosticsResult
-
Packages that use DiagnosticsResult Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.responses -
-
Uses of DiagnosticsResult in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return DiagnosticsResult Modifier and Type Method Description DiagnosticsResult
DiagnosticsResult.Builder. build()
Methods in com.oracle.bmc.databasemigration.model with parameters of type DiagnosticsResult Modifier and Type Method Description DiagnosticsResult.Builder
DiagnosticsResult.Builder. copy(DiagnosticsResult model)
-
Uses of DiagnosticsResult in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return DiagnosticsResult Modifier and Type Method Description DiagnosticsResult
ConnectionDiagnosticsResponse. getDiagnosticsResult()
The returned DiagnosticsResult instance.Methods in com.oracle.bmc.databasemigration.responses with parameters of type DiagnosticsResult Modifier and Type Method Description ConnectionDiagnosticsResponse.Builder
ConnectionDiagnosticsResponse.Builder. diagnosticsResult(DiagnosticsResult diagnosticsResult)
The returned DiagnosticsResult instance.
-