Uses of Class
com.oracle.bmc.monitoring.requests.PostMetricDataRequest
-
Packages that use PostMetricDataRequest Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.requests -
-
Uses of PostMetricDataRequest in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring with parameters of type PostMetricDataRequest Modifier and Type Method Description PostMetricDataResponse
Monitoring. postMetricData(PostMetricDataRequest request)
Publishes raw metric data points to the Monitoring service.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)
PostMetricDataResponse
MonitoringClient. postMetricData(PostMetricDataRequest request)
Method parameters in com.oracle.bmc.monitoring with type arguments of type PostMetricDataRequest 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 PostMetricDataRequest in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return PostMetricDataRequest Modifier and Type Method Description PostMetricDataRequest
PostMetricDataRequest.Builder. build()
Build the instance of PostMetricDataRequest as configured by this builderPostMetricDataRequest
PostMetricDataRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PostMetricDataRequest as configured by this builderMethods in com.oracle.bmc.monitoring.requests with parameters of type PostMetricDataRequest Modifier and Type Method Description PostMetricDataRequest.Builder
PostMetricDataRequest.Builder. copy(PostMetricDataRequest o)
Copy method to populate the builder with values from the given instance.
-