Uses of Class
com.oracle.bmc.apmsynthetics.responses.GetMonitorResultResponse
-
Packages that use GetMonitorResultResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of GetMonitorResultResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return GetMonitorResultResponse Modifier and Type Method Description GetMonitorResultResponse
ApmSynthetic. getMonitorResult(GetMonitorResultRequest request)
Gets the results for a specific execution of a monitor identified by OCID.GetMonitorResultResponse
ApmSyntheticClient. getMonitorResult(GetMonitorResultRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type GetMonitorResultResponse Modifier and Type Method Description Future<GetMonitorResultResponse>
ApmSyntheticAsync. getMonitorResult(GetMonitorResultRequest request, AsyncHandler<GetMonitorResultRequest,GetMonitorResultResponse> handler)
Gets the results for a specific execution of a monitor identified by OCID.Future<GetMonitorResultResponse>
ApmSyntheticAsyncClient. getMonitorResult(GetMonitorResultRequest request, AsyncHandler<GetMonitorResultRequest,GetMonitorResultResponse> handler)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type GetMonitorResultResponse Modifier and Type Method Description Future<GetMonitorResultResponse>
ApmSyntheticAsync. getMonitorResult(GetMonitorResultRequest request, AsyncHandler<GetMonitorResultRequest,GetMonitorResultResponse> handler)
Gets the results for a specific execution of a monitor identified by OCID.Future<GetMonitorResultResponse>
ApmSyntheticAsyncClient. getMonitorResult(GetMonitorResultRequest request, AsyncHandler<GetMonitorResultRequest,GetMonitorResultResponse> handler)
-
Uses of GetMonitorResultResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return GetMonitorResultResponse Modifier and Type Method Description GetMonitorResultResponse
GetMonitorResultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type GetMonitorResultResponse Modifier and Type Method Description GetMonitorResultResponse.Builder
GetMonitorResultResponse.Builder. copy(GetMonitorResultResponse o)
Copy method to populate the builder with values from the given instance.
-