Uses of Class
com.oracle.bmc.stackmonitoring.requests.UpdateMetricExtensionRequest
-
Packages that use UpdateMetricExtensionRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of UpdateMetricExtensionRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type UpdateMetricExtensionRequest Modifier and Type Method Description UpdateMetricExtensionResponse
StackMonitoring. updateMetricExtension(UpdateMetricExtensionRequest request)
Updates the Metric ExtensionFuture<UpdateMetricExtensionResponse>
StackMonitoringAsync. updateMetricExtension(UpdateMetricExtensionRequest request, AsyncHandler<UpdateMetricExtensionRequest,UpdateMetricExtensionResponse> handler)
Updates the Metric ExtensionFuture<UpdateMetricExtensionResponse>
StackMonitoringAsyncClient. updateMetricExtension(UpdateMetricExtensionRequest request, AsyncHandler<UpdateMetricExtensionRequest,UpdateMetricExtensionResponse> handler)
UpdateMetricExtensionResponse
StackMonitoringClient. updateMetricExtension(UpdateMetricExtensionRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type UpdateMetricExtensionRequest Modifier and Type Method Description Future<UpdateMetricExtensionResponse>
StackMonitoringAsync. updateMetricExtension(UpdateMetricExtensionRequest request, AsyncHandler<UpdateMetricExtensionRequest,UpdateMetricExtensionResponse> handler)
Updates the Metric ExtensionFuture<UpdateMetricExtensionResponse>
StackMonitoringAsyncClient. updateMetricExtension(UpdateMetricExtensionRequest request, AsyncHandler<UpdateMetricExtensionRequest,UpdateMetricExtensionResponse> handler)
-
Uses of UpdateMetricExtensionRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return UpdateMetricExtensionRequest Modifier and Type Method Description UpdateMetricExtensionRequest
UpdateMetricExtensionRequest.Builder. build()
Build the instance of UpdateMetricExtensionRequest as configured by this builderUpdateMetricExtensionRequest
UpdateMetricExtensionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateMetricExtensionRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type UpdateMetricExtensionRequest Modifier and Type Method Description UpdateMetricExtensionRequest.Builder
UpdateMetricExtensionRequest.Builder. copy(UpdateMetricExtensionRequest o)
Copy method to populate the builder with values from the given instance.
-