Uses of Class
com.oracle.bmc.apmtraces.model.AggregatedSnapshot.Builder
-
Packages that use AggregatedSnapshot.Builder Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AggregatedSnapshot.Builder in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AggregatedSnapshot.Builder Modifier and Type Method Description AggregatedSnapshot.Builder
AggregatedSnapshot.Builder. aggregatedStackTraces(List<AggregatedStackTrace> aggregatedStackTraces)
List of aggregated stack trace.static AggregatedSnapshot.Builder
AggregatedSnapshot. builder()
Create a new builder.AggregatedSnapshot.Builder
AggregatedSnapshot.Builder. copy(AggregatedSnapshot model)
AggregatedSnapshot.Builder
AggregatedSnapshot.Builder. details(List<SnapshotDetail> details)
Aggregated snapshot details.AggregatedSnapshot.Builder
AggregatedSnapshot. toBuilder()
-