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