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