Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.AudienceModelStatus
-
Packages that use AudienceModelStatus Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of AudienceModelStatus in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return AudienceModelStatus Modifier and Type Method Description static AudienceModelStatusAudienceModelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AudienceModelStatusAudienceModelSummary. status()The status of the audience model.AudienceModelStatusGetAudienceModelResponse. status()The status of the audience model.static AudienceModelStatusAudienceModelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AudienceModelStatus[]AudienceModelStatus. 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 AudienceModelStatus Modifier and Type Method Description static Set<AudienceModelStatus>AudienceModelStatus. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type AudienceModelStatus Modifier and Type Method Description AudienceModelSummary.BuilderAudienceModelSummary.Builder. status(AudienceModelStatus status)The status of the audience model.GetAudienceModelResponse.BuilderGetAudienceModelResponse.Builder. status(AudienceModelStatus status)The status of the audience model.
-