Uses of Class
com.oracle.bmc.monitoring.responses.PostMetricDataResponse
-
Packages that use PostMetricDataResponse Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.responses -
-
Uses of PostMetricDataResponse in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring that return PostMetricDataResponse Modifier and Type Method Description PostMetricDataResponse
Monitoring. postMetricData(PostMetricDataRequest request)
Publishes raw metric data points to the Monitoring service.PostMetricDataResponse
MonitoringClient. postMetricData(PostMetricDataRequest request)
Methods in com.oracle.bmc.monitoring that return types with arguments of type PostMetricDataResponse Modifier and Type Method Description Future<PostMetricDataResponse>
MonitoringAsync. postMetricData(PostMetricDataRequest request, AsyncHandler<PostMetricDataRequest,PostMetricDataResponse> handler)
Publishes raw metric data points to the Monitoring service.Future<PostMetricDataResponse>
MonitoringAsyncClient. postMetricData(PostMetricDataRequest request, AsyncHandler<PostMetricDataRequest,PostMetricDataResponse> handler)
Method parameters in com.oracle.bmc.monitoring with type arguments of type PostMetricDataResponse Modifier and Type Method Description Future<PostMetricDataResponse>
MonitoringAsync. postMetricData(PostMetricDataRequest request, AsyncHandler<PostMetricDataRequest,PostMetricDataResponse> handler)
Publishes raw metric data points to the Monitoring service.Future<PostMetricDataResponse>
MonitoringAsyncClient. postMetricData(PostMetricDataRequest request, AsyncHandler<PostMetricDataRequest,PostMetricDataResponse> handler)
-
Uses of PostMetricDataResponse in com.oracle.bmc.monitoring.responses
Methods in com.oracle.bmc.monitoring.responses that return PostMetricDataResponse Modifier and Type Method Description PostMetricDataResponse
PostMetricDataResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.monitoring.responses with parameters of type PostMetricDataResponse Modifier and Type Method Description PostMetricDataResponse.Builder
PostMetricDataResponse.Builder. copy(PostMetricDataResponse o)
Copy method to populate the builder with values from the given instance.
-