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