Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.AudienceModelMetricType
-
Packages that use AudienceModelMetricType Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of AudienceModelMetricType in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return AudienceModelMetricType Modifier and Type Method Description static AudienceModelMetricTypeAudienceModelMetricType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AudienceModelMetricTypeAudienceModelMetric. type()The audience model metric.static AudienceModelMetricTypeAudienceModelMetricType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudienceModelMetricType[]AudienceModelMetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type AudienceModelMetricType Modifier and Type Method Description static Set<AudienceModelMetricType>AudienceModelMetricType. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type AudienceModelMetricType Modifier and Type Method Description AudienceModelMetric.BuilderAudienceModelMetric.Builder. type(AudienceModelMetricType type)The audience model metric.
-