Uses of Class
com.oracle.bmc.apmtraces.responses.GetSpanResponse
-
Packages that use GetSpanResponse Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.responses -
-
Uses of GetSpanResponse in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces that return GetSpanResponse Modifier and Type Method Description GetSpanResponse
Trace. getSpan(GetSpanRequest request)
Gets the span details identified by spanId.GetSpanResponse
TraceClient. getSpan(GetSpanRequest request)
Methods in com.oracle.bmc.apmtraces that return types with arguments of type GetSpanResponse 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)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type GetSpanResponse 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 GetSpanResponse in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return GetSpanResponse Modifier and Type Method Description GetSpanResponse
GetSpanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmtraces.responses with parameters of type GetSpanResponse Modifier and Type Method Description GetSpanResponse.Builder
GetSpanResponse.Builder. copy(GetSpanResponse o)
Copy method to populate the builder with values from the given instance.
-