Uses of Class
software.amazon.awssdk.services.amp.model.ScraperStatusCode
-
Packages that use ScraperStatusCode Package Description software.amazon.awssdk.services.amp.model -
-
Uses of ScraperStatusCode in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return ScraperStatusCode Modifier and Type Method Description static ScraperStatusCodeScraperStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScraperStatusCodeScraperStatus. statusCode()Status code of this scraper.static ScraperStatusCodeScraperStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ScraperStatusCode[]ScraperStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amp.model that return types with arguments of type ScraperStatusCode Modifier and Type Method Description static Set<ScraperStatusCode>ScraperStatusCode. knownValues()Methods in software.amazon.awssdk.services.amp.model with parameters of type ScraperStatusCode Modifier and Type Method Description ScraperStatus.BuilderScraperStatus.Builder. statusCode(ScraperStatusCode statusCodeValue)Status code of this scraper.
-