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