Uses of Class
com.oracle.bmc.cloudbridge.responses.SubmitHistoricalMetricsResponse
-
Packages that use SubmitHistoricalMetricsResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of SubmitHistoricalMetricsResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return SubmitHistoricalMetricsResponse Modifier and Type Method Description SubmitHistoricalMetricsResponse
Inventory. submitHistoricalMetrics(SubmitHistoricalMetricsRequest request)
Creates or updates all metrics related to the asset.SubmitHistoricalMetricsResponse
InventoryClient. submitHistoricalMetrics(SubmitHistoricalMetricsRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type SubmitHistoricalMetricsResponse Modifier and Type Method Description Future<SubmitHistoricalMetricsResponse>
InventoryAsync. submitHistoricalMetrics(SubmitHistoricalMetricsRequest request, AsyncHandler<SubmitHistoricalMetricsRequest,SubmitHistoricalMetricsResponse> handler)
Creates or updates all metrics related to the asset.Future<SubmitHistoricalMetricsResponse>
InventoryAsyncClient. submitHistoricalMetrics(SubmitHistoricalMetricsRequest request, AsyncHandler<SubmitHistoricalMetricsRequest,SubmitHistoricalMetricsResponse> handler)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type SubmitHistoricalMetricsResponse Modifier and Type Method Description Future<SubmitHistoricalMetricsResponse>
InventoryAsync. submitHistoricalMetrics(SubmitHistoricalMetricsRequest request, AsyncHandler<SubmitHistoricalMetricsRequest,SubmitHistoricalMetricsResponse> handler)
Creates or updates all metrics related to the asset.Future<SubmitHistoricalMetricsResponse>
InventoryAsyncClient. submitHistoricalMetrics(SubmitHistoricalMetricsRequest request, AsyncHandler<SubmitHistoricalMetricsRequest,SubmitHistoricalMetricsResponse> handler)
-
Uses of SubmitHistoricalMetricsResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return SubmitHistoricalMetricsResponse Modifier and Type Method Description SubmitHistoricalMetricsResponse
SubmitHistoricalMetricsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type SubmitHistoricalMetricsResponse Modifier and Type Method Description SubmitHistoricalMetricsResponse.Builder
SubmitHistoricalMetricsResponse.Builder. copy(SubmitHistoricalMetricsResponse o)
Copy method to populate the builder with values from the given instance.
-