Uses of Class
com.oracle.bmc.opsi.requests.UpdateExadataInsightRequest
-
Packages that use UpdateExadataInsightRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of UpdateExadataInsightRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type UpdateExadataInsightRequest Modifier and Type Method Description UpdateExadataInsightResponse
OperationsInsights. updateExadataInsight(UpdateExadataInsightRequest request)
Updates configuration of an Exadata insight.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)
UpdateExadataInsightResponse
OperationsInsightsClient. updateExadataInsight(UpdateExadataInsightRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type UpdateExadataInsightRequest 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 UpdateExadataInsightRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return UpdateExadataInsightRequest Modifier and Type Method Description UpdateExadataInsightRequest
UpdateExadataInsightRequest.Builder. build()
Build the instance of UpdateExadataInsightRequest as configured by this builderUpdateExadataInsightRequest
UpdateExadataInsightRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExadataInsightRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type UpdateExadataInsightRequest Modifier and Type Method Description UpdateExadataInsightRequest.Builder
UpdateExadataInsightRequest.Builder. copy(UpdateExadataInsightRequest o)
Copy method to populate the builder with values from the given instance.
-