Uses of Class
com.oracle.bmc.apmtraces.requests.GetTraceSnapshotRequest
-
Packages that use GetTraceSnapshotRequest Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.requests -
-
Uses of GetTraceSnapshotRequest in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces with parameters of type GetTraceSnapshotRequest Modifier and Type Method Description GetTraceSnapshotResponse
Trace. getTraceSnapshot(GetTraceSnapshotRequest request)
Gets the trace snapshots data identified by trace ID.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)
GetTraceSnapshotResponse
TraceClient. getTraceSnapshot(GetTraceSnapshotRequest request)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type GetTraceSnapshotRequest 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 GetTraceSnapshotRequest in com.oracle.bmc.apmtraces.requests
Methods in com.oracle.bmc.apmtraces.requests that return GetTraceSnapshotRequest Modifier and Type Method Description GetTraceSnapshotRequest
GetTraceSnapshotRequest.Builder. build()
Build the instance of GetTraceSnapshotRequest as configured by this builderGetTraceSnapshotRequest
GetTraceSnapshotRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTraceSnapshotRequest as configured by this builderMethods in com.oracle.bmc.apmtraces.requests with parameters of type GetTraceSnapshotRequest Modifier and Type Method Description GetTraceSnapshotRequest.Builder
GetTraceSnapshotRequest.Builder. copy(GetTraceSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
-