| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
ProfilingStatus |
ProfilingStatus.clone() |
ProfilingStatus |
ProfilingGroupDescription.getProfilingStatus()
A
ProfilingStatus object 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. |
ProfilingStatus |
ProfilingStatus.withLatestAgentOrchestratedAt(Date latestAgentOrchestratedAt)
The date and time when the profiling agent most recently pinged back.
|
ProfilingStatus |
ProfilingStatus.withLatestAgentProfileReportedAt(Date latestAgentProfileReportedAt)
The date and time when the most recent profile was received.
|
ProfilingStatus |
ProfilingStatus.withLatestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)
An
AggregatedProfileTime object that contains the aggregation period and start time for an
aggregated profile. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfilingGroupDescription.setProfilingStatus(ProfilingStatus profilingStatus)
A
ProfilingStatus object 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. |
ProfilingGroupDescription |
ProfilingGroupDescription.withProfilingStatus(ProfilingStatus profilingStatus)
A
ProfilingStatus object 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. |
Copyright © 2020. All rights reserved.