Uses of Class
software.amazon.awssdk.services.amp.model.ScraperStatus
-
Packages that use ScraperStatus Package Description software.amazon.awssdk.services.amp.model -
-
Uses of ScraperStatus in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return ScraperStatus Modifier and Type Method Description ScraperStatusCreateScraperResponse. status()The status of the scraper that was just created (usually CREATING).ScraperStatusDeleteScraperResponse. status()The status of the scraper that is being deleted.ScraperStatusScraperDescription. status()The status of this scraper.ScraperStatusScraperSummary. status()The status of this scraper.Methods in software.amazon.awssdk.services.amp.model with parameters of type ScraperStatus Modifier and Type Method Description CreateScraperResponse.BuilderCreateScraperResponse.Builder. status(ScraperStatus status)The status of the scraper that was just created (usually CREATING).DeleteScraperResponse.BuilderDeleteScraperResponse.Builder. status(ScraperStatus status)The status of the scraper that is being deleted.ScraperDescription.BuilderScraperDescription.Builder. status(ScraperStatus status)The status of this scraper.ScraperSummary.BuilderScraperSummary.Builder. status(ScraperStatus status)The status of this scraper.
-