Uses of Class
com.oracle.bmc.apmtraces.model.AggregatedSnapshot
-
Packages that use AggregatedSnapshot Package Description com.oracle.bmc.apmtraces.model com.oracle.bmc.apmtraces.responses -
-
Uses of AggregatedSnapshot in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AggregatedSnapshot Modifier and Type Method Description AggregatedSnapshot
AggregatedSnapshot.Builder. build()
Methods in com.oracle.bmc.apmtraces.model with parameters of type AggregatedSnapshot Modifier and Type Method Description AggregatedSnapshot.Builder
AggregatedSnapshot.Builder. copy(AggregatedSnapshot model)
-
Uses of AggregatedSnapshot in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return AggregatedSnapshot Modifier and Type Method Description AggregatedSnapshot
GetAggregatedSnapshotResponse. getAggregatedSnapshot()
The returned AggregatedSnapshot instance.Methods in com.oracle.bmc.apmtraces.responses with parameters of type AggregatedSnapshot Modifier and Type Method Description GetAggregatedSnapshotResponse.Builder
GetAggregatedSnapshotResponse.Builder. aggregatedSnapshot(AggregatedSnapshot aggregatedSnapshot)
The returned AggregatedSnapshot instance.
-