Uses of Class
com.oracle.bmc.stackmonitoring.responses.GetMetricExtensionResponse
-
Packages that use GetMetricExtensionResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of GetMetricExtensionResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return GetMetricExtensionResponse Modifier and Type Method Description GetMetricExtensionResponse
StackMonitoring. getMetricExtension(GetMetricExtensionRequest request)
Gets a Metric Extension by identifierGetMetricExtensionResponse
StackMonitoringClient. getMetricExtension(GetMetricExtensionRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type GetMetricExtensionResponse Modifier and Type Method Description Future<GetMetricExtensionResponse>
StackMonitoringAsync. getMetricExtension(GetMetricExtensionRequest request, AsyncHandler<GetMetricExtensionRequest,GetMetricExtensionResponse> handler)
Gets a Metric Extension by identifierFuture<GetMetricExtensionResponse>
StackMonitoringAsyncClient. getMetricExtension(GetMetricExtensionRequest request, AsyncHandler<GetMetricExtensionRequest,GetMetricExtensionResponse> handler)
-
Uses of GetMetricExtensionResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return GetMetricExtensionResponse Modifier and Type Method Description GetMetricExtensionResponse
GetMetricExtensionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type GetMetricExtensionResponse Modifier and Type Method Description GetMetricExtensionResponse.Builder
GetMetricExtensionResponse.Builder. copy(GetMetricExtensionResponse o)
Copy method to populate the builder with values from the given instance.
-