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