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