Uses of Class
software.amazon.awssdk.services.connect.model.IntervalPeriod
-
Packages that use IntervalPeriod Package Description software.amazon.awssdk.services.connect.model -
-
Uses of IntervalPeriod in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return IntervalPeriod Modifier and Type Method Description static IntervalPeriodIntervalPeriod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntervalPeriodMetricInterval. interval()The interval period provided in the API request.IntervalPeriodIntervalDetails. intervalPeriod()IntervalPeriod: An aggregated grouping applied to request metrics.static IntervalPeriodIntervalPeriod. valueOf(String name)Returns the enum constant of this type with the specified name.static IntervalPeriod[]IntervalPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type IntervalPeriod Modifier and Type Method Description static Set<IntervalPeriod>IntervalPeriod. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type IntervalPeriod Modifier and Type Method Description MetricInterval.BuilderMetricInterval.Builder. interval(IntervalPeriod interval)The interval period provided in the API request.IntervalDetails.BuilderIntervalDetails.Builder. intervalPeriod(IntervalPeriod intervalPeriod)IntervalPeriod: An aggregated grouping applied to request metrics.
-