Uses of Class
com.oracle.bmc.apmsynthetics.requests.GetMonitorResultRequest
-
Packages that use GetMonitorResultRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of GetMonitorResultRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type GetMonitorResultRequest Modifier and Type Method Description GetMonitorResultResponse
ApmSynthetic. getMonitorResult(GetMonitorResultRequest request)
Gets the results for a specific execution of a monitor identified by OCID.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)
GetMonitorResultResponse
ApmSyntheticClient. getMonitorResult(GetMonitorResultRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type GetMonitorResultRequest 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 GetMonitorResultRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return GetMonitorResultRequest Modifier and Type Method Description GetMonitorResultRequest
GetMonitorResultRequest.Builder. build()
Build the instance of GetMonitorResultRequest as configured by this builderGetMonitorResultRequest
GetMonitorResultRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMonitorResultRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type GetMonitorResultRequest Modifier and Type Method Description GetMonitorResultRequest.Builder
GetMonitorResultRequest.Builder. copy(GetMonitorResultRequest o)
Copy method to populate the builder with values from the given instance.
-