Uses of Class
com.oracle.bmc.appmgmtcontrol.responses.GetMonitoredInstanceResponse
- 
Packages that use GetMonitoredInstanceResponse Package Description com.oracle.bmc.appmgmtcontrol com.oracle.bmc.appmgmtcontrol.responses 
- 
- 
Uses of GetMonitoredInstanceResponse in com.oracle.bmc.appmgmtcontrolMethods in com.oracle.bmc.appmgmtcontrol that return GetMonitoredInstanceResponse Modifier and Type Method Description GetMonitoredInstanceResponseAppmgmtControl. getMonitoredInstance(GetMonitoredInstanceRequest request)Gets a monitored instance by identifierGetMonitoredInstanceResponseAppmgmtControlClient. getMonitoredInstance(GetMonitoredInstanceRequest request)Method parameters in com.oracle.bmc.appmgmtcontrol with type arguments of type GetMonitoredInstanceResponse Modifier and Type Method Description Future<GetMonitoredInstanceResponse>AppmgmtControlAsync. getMonitoredInstance(GetMonitoredInstanceRequest request, AsyncHandler<GetMonitoredInstanceRequest,GetMonitoredInstanceResponse> handler)Gets a monitored instance by identifierFuture<GetMonitoredInstanceResponse>AppmgmtControlAsyncClient. getMonitoredInstance(GetMonitoredInstanceRequest request, AsyncHandler<GetMonitoredInstanceRequest,GetMonitoredInstanceResponse> handler)
- 
Uses of GetMonitoredInstanceResponse in com.oracle.bmc.appmgmtcontrol.responsesMethods in com.oracle.bmc.appmgmtcontrol.responses that return GetMonitoredInstanceResponse Modifier and Type Method Description GetMonitoredInstanceResponseGetMonitoredInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.appmgmtcontrol.responses with parameters of type GetMonitoredInstanceResponse Modifier and Type Method Description GetMonitoredInstanceResponse.BuilderGetMonitoredInstanceResponse.Builder. copy(GetMonitoredInstanceResponse o)Copy method to populate the builder with values from the given instance.
 
-