Uses of Class
com.oracle.bmc.opsi.requests.CreateDatabaseInsightRequest
-
Packages that use CreateDatabaseInsightRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of CreateDatabaseInsightRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type CreateDatabaseInsightRequest Modifier and Type Method Description CreateDatabaseInsightResponse
OperationsInsights. createDatabaseInsight(CreateDatabaseInsightRequest request)
Create a Database Insight resource for a database in Operations Insights.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)
CreateDatabaseInsightResponse
OperationsInsightsClient. createDatabaseInsight(CreateDatabaseInsightRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type CreateDatabaseInsightRequest 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 CreateDatabaseInsightRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return CreateDatabaseInsightRequest Modifier and Type Method Description CreateDatabaseInsightRequest
CreateDatabaseInsightRequest.Builder. build()
Build the instance of CreateDatabaseInsightRequest as configured by this builderCreateDatabaseInsightRequest
CreateDatabaseInsightRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDatabaseInsightRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type CreateDatabaseInsightRequest Modifier and Type Method Description CreateDatabaseInsightRequest.Builder
CreateDatabaseInsightRequest.Builder. copy(CreateDatabaseInsightRequest o)
Copy method to populate the builder with values from the given instance.
-