| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static AggregatedProfileTime.Builder |
AggregatedProfileTime.builder() |
AggregatedProfileTime.Builder |
AggregatedProfileTime.Builder.period(AggregationPeriod period)
The aggregation period.
|
AggregatedProfileTime.Builder |
AggregatedProfileTime.Builder.period(String period)
The aggregation period.
|
AggregatedProfileTime.Builder |
AggregatedProfileTime.Builder.start(Instant start)
The time that aggregation of posted agent profiles for a profiling group starts.
|
AggregatedProfileTime.Builder |
AggregatedProfileTime.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AggregatedProfileTime.Builder> |
AggregatedProfileTime.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2023. All rights reserved.