| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static ProfilingStatus.Builder |
ProfilingStatus.builder() |
ProfilingStatus.Builder |
ProfilingStatus.Builder.latestAgentOrchestratedAt(Instant latestAgentOrchestratedAt)
The date and time when the profiling agent most recently pinged back.
|
ProfilingStatus.Builder |
ProfilingStatus.Builder.latestAgentProfileReportedAt(Instant latestAgentProfileReportedAt)
The date and time when the most recent profile was received.
|
ProfilingStatus.Builder |
ProfilingStatus.Builder.latestAggregatedProfile(AggregatedProfileTime latestAggregatedProfile)
An
AggregatedProfileTime object that contains the aggregation period and start time for an
aggregated profile. |
default ProfilingStatus.Builder |
ProfilingStatus.Builder.latestAggregatedProfile(Consumer<AggregatedProfileTime.Builder> latestAggregatedProfile)
An
AggregatedProfileTime object that contains the aggregation period and start time for an
aggregated profile. |
ProfilingStatus.Builder |
ProfilingStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProfilingStatus.Builder> |
ProfilingStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.profilingStatus(Consumer<ProfilingStatus.Builder> 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 © 2023. All rights reserved.