Uses of Class
software.amazon.awssdk.services.resiliencehub.model.FieldAggregationType
-
Packages that use FieldAggregationType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of FieldAggregationType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return FieldAggregationType Modifier and Type Method Description FieldAggregationTypeField. aggregation()(Optional) Indicates the type of aggregation or summary operation (such as Sum, Average, and so on) to be performed on a particular field or set of data.static FieldAggregationTypeFieldAggregationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FieldAggregationTypeFieldAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldAggregationType[]FieldAggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type FieldAggregationType Modifier and Type Method Description static Set<FieldAggregationType>FieldAggregationType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type FieldAggregationType Modifier and Type Method Description Field.BuilderField.Builder. aggregation(FieldAggregationType aggregation)(Optional) Indicates the type of aggregation or summary operation (such as Sum, Average, and so on) to be performed on a particular field or set of data.
-