Uses of Class
com.oracle.bmc.apmtraces.responses.GetTraceSnapshotResponse
-
Packages that use GetTraceSnapshotResponse Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.responses -
-
Uses of GetTraceSnapshotResponse in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces that return GetTraceSnapshotResponse Modifier and Type Method Description GetTraceSnapshotResponse
Trace. getTraceSnapshot(GetTraceSnapshotRequest request)
Gets the trace snapshots data identified by trace ID.GetTraceSnapshotResponse
TraceClient. getTraceSnapshot(GetTraceSnapshotRequest request)
Methods in com.oracle.bmc.apmtraces that return types with arguments of type GetTraceSnapshotResponse Modifier and Type Method Description Future<GetTraceSnapshotResponse>
TraceAsync. getTraceSnapshot(GetTraceSnapshotRequest request, AsyncHandler<GetTraceSnapshotRequest,GetTraceSnapshotResponse> handler)
Gets the trace snapshots data identified by trace ID.Future<GetTraceSnapshotResponse>
TraceAsyncClient. getTraceSnapshot(GetTraceSnapshotRequest request, AsyncHandler<GetTraceSnapshotRequest,GetTraceSnapshotResponse> handler)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type GetTraceSnapshotResponse Modifier and Type Method Description Future<GetTraceSnapshotResponse>
TraceAsync. getTraceSnapshot(GetTraceSnapshotRequest request, AsyncHandler<GetTraceSnapshotRequest,GetTraceSnapshotResponse> handler)
Gets the trace snapshots data identified by trace ID.Future<GetTraceSnapshotResponse>
TraceAsyncClient. getTraceSnapshot(GetTraceSnapshotRequest request, AsyncHandler<GetTraceSnapshotRequest,GetTraceSnapshotResponse> handler)
-
Uses of GetTraceSnapshotResponse in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return GetTraceSnapshotResponse Modifier and Type Method Description GetTraceSnapshotResponse
GetTraceSnapshotResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmtraces.responses with parameters of type GetTraceSnapshotResponse Modifier and Type Method Description GetTraceSnapshotResponse.Builder
GetTraceSnapshotResponse.Builder. copy(GetTraceSnapshotResponse o)
Copy method to populate the builder with values from the given instance.
-