Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.ProfilingStatus.Builder
-
Packages that use ProfilingStatus.Builder Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of ProfilingStatus.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return ProfilingStatus.Builder Modifier and Type Method Description static ProfilingStatus.BuilderProfilingStatus. builder()ProfilingStatus.BuilderProfilingStatus.Builder. latestAgentOrchestratedAt(Instant latestAgentOrchestratedAt)The date and time when the profiling agent most recently pinged back.ProfilingStatus.BuilderProfilingStatus.Builder. latestAgentProfileReportedAt(Instant latestAgentProfileReportedAt)The date and time when the most recent profile was received.default ProfilingStatus.BuilderProfilingStatus.Builder. latestAggregatedProfile(Consumer<AggregatedProfileTime.Builder> latestAggregatedProfile)AnAggregatedProfileTimeobject that contains the aggregation period and start time for an aggregated profile.ProfilingStatus.BuilderProfilingStatus.Builder. latestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)AnAggregatedProfileTimeobject that contains the aggregation period and start time for an aggregated profile.ProfilingStatus.BuilderProfilingStatus. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type ProfilingStatus.Builder Modifier and Type Method Description static Class<? extends ProfilingStatus.Builder>ProfilingStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type ProfilingStatus.Builder Modifier and Type Method Description default ProfilingGroupDescription.BuilderProfilingGroupDescription.Builder. profilingStatus(Consumer<ProfilingStatus.Builder> 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.
-