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