Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.ProfilingStatus
-
Packages that use ProfilingStatus Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of ProfilingStatus in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return ProfilingStatus Modifier and Type Method Description ProfilingStatusProfilingGroupDescription. profilingStatus()AProfilingStatusobject that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type ProfilingStatus Modifier and Type Method Description ProfilingGroupDescription.BuilderProfilingGroupDescription.Builder. profilingStatus(ProfilingStatus profilingStatus)AProfilingStatusobject that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.
-