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.appmgmtcontrol
Methods in com.oracle.bmc.appmgmtcontrol that return GetMonitoredInstanceResponse Modifier and Type Method Description GetMonitoredInstanceResponse
AppmgmtControl. getMonitoredInstance(GetMonitoredInstanceRequest request)
Gets a monitored instance by identifierGetMonitoredInstanceResponse
AppmgmtControlClient. 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.responses
Methods in com.oracle.bmc.appmgmtcontrol.responses that return GetMonitoredInstanceResponse Modifier and Type Method Description GetMonitoredInstanceResponse
GetMonitoredInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.appmgmtcontrol.responses with parameters of type GetMonitoredInstanceResponse Modifier and Type Method Description GetMonitoredInstanceResponse.Builder
GetMonitoredInstanceResponse.Builder. copy(GetMonitoredInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-