Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.AggregatedProfileTime
-
Packages that use AggregatedProfileTime Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of AggregatedProfileTime in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return AggregatedProfileTime Modifier and Type Method Description AggregatedProfileTimeProfilingStatus. latestAggregatedProfile()AnAggregatedProfileTimeobject that contains the aggregation period and start time for an aggregated profile.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type AggregatedProfileTime Modifier and Type Method Description ProfilingStatus.BuilderProfilingStatus.Builder. latestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)AnAggregatedProfileTimeobject that contains the aggregation period and start time for an aggregated profile.
-