Uses of Class
software.amazon.awssdk.services.customerprofiles.model.Statistic
-
Packages that use Statistic Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Statistic in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return Statistic Modifier and Type Method Description static StatisticStatistic. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatisticCreateCalculatedAttributeDefinitionRequest. statistic()The aggregation operation to perform for the calculated attribute.StatisticCreateCalculatedAttributeDefinitionResponse. statistic()The aggregation operation to perform for the calculated attribute.StatisticGetCalculatedAttributeDefinitionResponse. statistic()The aggregation operation to perform for the calculated attribute.StatisticUpdateCalculatedAttributeDefinitionResponse. statistic()The aggregation operation to perform for the calculated attribute.static StatisticStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static Statistic[]Statistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Statistic Modifier and Type Method Description static Set<Statistic>Statistic. knownValues()Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type Statistic Modifier and Type Method Description CreateCalculatedAttributeDefinitionRequest.BuilderCreateCalculatedAttributeDefinitionRequest.Builder. statistic(Statistic statistic)The aggregation operation to perform for the calculated attribute.CreateCalculatedAttributeDefinitionResponse.BuilderCreateCalculatedAttributeDefinitionResponse.Builder. statistic(Statistic statistic)The aggregation operation to perform for the calculated attribute.GetCalculatedAttributeDefinitionResponse.BuilderGetCalculatedAttributeDefinitionResponse.Builder. statistic(Statistic statistic)The aggregation operation to perform for the calculated attribute.UpdateCalculatedAttributeDefinitionResponse.BuilderUpdateCalculatedAttributeDefinitionResponse.Builder. statistic(Statistic statistic)The aggregation operation to perform for the calculated attribute.
-