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