Uses of Class
com.oracle.bmc.opsi.responses.GetDatabaseInsightResponse
-
Packages that use GetDatabaseInsightResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of GetDatabaseInsightResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return GetDatabaseInsightResponse Modifier and Type Method Description GetDatabaseInsightResponse
OperationsInsights. getDatabaseInsight(GetDatabaseInsightRequest request)
Gets details of a database insight.GetDatabaseInsightResponse
OperationsInsightsClient. getDatabaseInsight(GetDatabaseInsightRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type GetDatabaseInsightResponse Modifier and Type Method Description Future<GetDatabaseInsightResponse>
OperationsInsightsAsync. getDatabaseInsight(GetDatabaseInsightRequest request, AsyncHandler<GetDatabaseInsightRequest,GetDatabaseInsightResponse> handler)
Gets details of a database insight.Future<GetDatabaseInsightResponse>
OperationsInsightsAsyncClient. getDatabaseInsight(GetDatabaseInsightRequest request, AsyncHandler<GetDatabaseInsightRequest,GetDatabaseInsightResponse> handler)
-
Uses of GetDatabaseInsightResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return GetDatabaseInsightResponse Modifier and Type Method Description GetDatabaseInsightResponse
GetDatabaseInsightResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type GetDatabaseInsightResponse Modifier and Type Method Description GetDatabaseInsightResponse.Builder
GetDatabaseInsightResponse.Builder. copy(GetDatabaseInsightResponse o)
Copy method to populate the builder with values from the given instance.
-