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