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