Uses of Class
com.oracle.bmc.opsi.requests.UpdateDatabaseInsightRequest
-
Packages that use UpdateDatabaseInsightRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of UpdateDatabaseInsightRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type UpdateDatabaseInsightRequest Modifier and Type Method Description UpdateDatabaseInsightResponse
OperationsInsights. updateDatabaseInsight(UpdateDatabaseInsightRequest request)
Updates configuration of a database insight.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)
UpdateDatabaseInsightResponse
OperationsInsightsClient. updateDatabaseInsight(UpdateDatabaseInsightRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type UpdateDatabaseInsightRequest 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 UpdateDatabaseInsightRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return UpdateDatabaseInsightRequest Modifier and Type Method Description UpdateDatabaseInsightRequest
UpdateDatabaseInsightRequest.Builder. build()
Build the instance of UpdateDatabaseInsightRequest as configured by this builderUpdateDatabaseInsightRequest
UpdateDatabaseInsightRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDatabaseInsightRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type UpdateDatabaseInsightRequest Modifier and Type Method Description UpdateDatabaseInsightRequest.Builder
UpdateDatabaseInsightRequest.Builder. copy(UpdateDatabaseInsightRequest o)
Copy method to populate the builder with values from the given instance.
-