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