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