Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.AudienceSizeType
-
Packages that use AudienceSizeType Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of AudienceSizeType in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return AudienceSizeType Modifier and Type Method Description AudienceSizeTypeAudienceSizeConfig. audienceSizeType()Whether the audience output sizes are defined as an absolute number or a percentage.static AudienceSizeTypeAudienceSizeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AudienceSizeTypeAudienceSize. type()Whether the audience size is defined in absolute terms or as a percentage.static AudienceSizeTypeAudienceSizeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudienceSizeType[]AudienceSizeType. 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 AudienceSizeType Modifier and Type Method Description static Set<AudienceSizeType>AudienceSizeType. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type AudienceSizeType Modifier and Type Method Description AudienceSizeConfig.BuilderAudienceSizeConfig.Builder. audienceSizeType(AudienceSizeType audienceSizeType)Whether the audience output sizes are defined as an absolute number or a percentage.AudienceSize.BuilderAudienceSize.Builder. type(AudienceSizeType type)Whether the audience size is defined in absolute terms or as a percentage.
-