Uses of Class
com.oracle.bmc.apmtraces.requests.GetTraceRequest
-
Packages that use GetTraceRequest Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.requests -
-
Uses of GetTraceRequest in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces with parameters of type GetTraceRequest Modifier and Type Method Description GetTraceResponse
Trace. getTrace(GetTraceRequest request)
Gets the trace details identified by traceId.Future<GetTraceResponse>
TraceAsync. getTrace(GetTraceRequest request, AsyncHandler<GetTraceRequest,GetTraceResponse> handler)
Gets the trace details identified by traceId.Future<GetTraceResponse>
TraceAsyncClient. getTrace(GetTraceRequest request, AsyncHandler<GetTraceRequest,GetTraceResponse> handler)
GetTraceResponse
TraceClient. getTrace(GetTraceRequest request)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type GetTraceRequest Modifier and Type Method Description Future<GetTraceResponse>
TraceAsync. getTrace(GetTraceRequest request, AsyncHandler<GetTraceRequest,GetTraceResponse> handler)
Gets the trace details identified by traceId.Future<GetTraceResponse>
TraceAsyncClient. getTrace(GetTraceRequest request, AsyncHandler<GetTraceRequest,GetTraceResponse> handler)
-
Uses of GetTraceRequest in com.oracle.bmc.apmtraces.requests
Methods in com.oracle.bmc.apmtraces.requests that return GetTraceRequest Modifier and Type Method Description GetTraceRequest
GetTraceRequest.Builder. build()
Build the instance of GetTraceRequest as configured by this builderGetTraceRequest
GetTraceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTraceRequest as configured by this builderMethods in com.oracle.bmc.apmtraces.requests with parameters of type GetTraceRequest Modifier and Type Method Description GetTraceRequest.Builder
GetTraceRequest.Builder. copy(GetTraceRequest o)
Copy method to populate the builder with values from the given instance.
-