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