| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static AggregationPeriod |
AggregationPeriod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AggregationPeriod |
AggregatedProfileTime.period()
The aggregation period.
|
AggregationPeriod |
ListProfileTimesRequest.period()
The aggregation period.
|
AggregationPeriod |
BatchGetFrameMetricDataResponse.resolution()
Resolution or granularity of the profile data used to generate the time series.
|
AggregationPeriod |
BatchGetFrameMetricDataRequest.targetResolution()
The requested resolution of time steps for the returned time series of values.
|
static AggregationPeriod |
AggregationPeriod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationPeriod[] |
AggregationPeriod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AggregationPeriod> |
AggregationPeriod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AggregatedProfileTime.Builder |
AggregatedProfileTime.Builder.period(AggregationPeriod period)
The aggregation period.
|
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.period(AggregationPeriod period)
The aggregation period.
|
BatchGetFrameMetricDataResponse.Builder |
BatchGetFrameMetricDataResponse.Builder.resolution(AggregationPeriod resolution)
Resolution or granularity of the profile data used to generate the time series.
|
BatchGetFrameMetricDataRequest.Builder |
BatchGetFrameMetricDataRequest.Builder.targetResolution(AggregationPeriod targetResolution)
The requested resolution of time steps for the returned time series of values.
|
Copyright © 2023. All rights reserved.