Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.StatusDetails
-
Packages that use StatusDetails Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of StatusDetails in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return StatusDetails Modifier and Type Method Description StatusDetailsAudienceExportJobSummary. statusDetails()Returns the value of the StatusDetails property for this object.StatusDetailsGetAudienceGenerationJobResponse. statusDetails()Details about the status of the audience generation job.StatusDetailsGetAudienceModelResponse. statusDetails()Details about the status of the audience model.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type StatusDetails Modifier and Type Method Description AudienceExportJobSummary.BuilderAudienceExportJobSummary.Builder. statusDetails(StatusDetails statusDetails)Sets the value of the StatusDetails property for this object.GetAudienceGenerationJobResponse.BuilderGetAudienceGenerationJobResponse.Builder. statusDetails(StatusDetails statusDetails)Details about the status of the audience generation job.GetAudienceModelResponse.BuilderGetAudienceModelResponse.Builder. statusDetails(StatusDetails statusDetails)Details about the status of the audience model.
-