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()A structure that displays the current status of the scraper.ScraperStatusDeleteScraperResponse. status()The current status of the scraper.ScraperStatusScraperDescription. status()A structure that contains the current status of the scraper.ScraperStatusScraperSummary. status()A structure that contains the current status of the 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)A structure that displays the current status of the scraper.DeleteScraperResponse.BuilderDeleteScraperResponse.Builder. status(ScraperStatus status)The current status of the scraper.ScraperDescription.BuilderScraperDescription.Builder. status(ScraperStatus status)A structure that contains the current status of the scraper.ScraperSummary.BuilderScraperSummary.Builder. status(ScraperStatus status)A structure that contains the current status of the scraper.
-