Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.AggregationPeriod
-
Packages that use AggregationPeriod Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of AggregationPeriod in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return AggregationPeriod Modifier and Type Method Description static AggregationPeriodAggregationPeriod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AggregationPeriodAggregatedProfileTime. period()The aggregation period.AggregationPeriodListProfileTimesRequest. period()The aggregation period.AggregationPeriodBatchGetFrameMetricDataResponse. resolution()Resolution or granularity of the profile data used to generate the time series.AggregationPeriodBatchGetFrameMetricDataRequest. targetResolution()The requested resolution of time steps for the returned time series of values.static AggregationPeriodAggregationPeriod. 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.Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type AggregationPeriod Modifier and Type Method Description static Set<AggregationPeriod>AggregationPeriod. knownValues()Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type AggregationPeriod Modifier and Type Method Description AggregatedProfileTime.BuilderAggregatedProfileTime.Builder. period(AggregationPeriod period)The aggregation period.ListProfileTimesRequest.BuilderListProfileTimesRequest.Builder. period(AggregationPeriod period)The aggregation period.BatchGetFrameMetricDataResponse.BuilderBatchGetFrameMetricDataResponse.Builder. resolution(AggregationPeriod resolution)Resolution or granularity of the profile data used to generate the time series.BatchGetFrameMetricDataRequest.BuilderBatchGetFrameMetricDataRequest.Builder. targetResolution(AggregationPeriod targetResolution)The requested resolution of time steps for the returned time series of values.
-