Uses of Class
software.amazon.awssdk.services.qbusiness.model.RetrieverStatus
-
Packages that use RetrieverStatus Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of RetrieverStatus in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return RetrieverStatus Modifier and Type Method Description static RetrieverStatusRetrieverStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RetrieverStatusGetRetrieverResponse. status()The status of the retriever.RetrieverStatusRetriever. status()The status of your retriever.static RetrieverStatusRetrieverStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RetrieverStatus[]RetrieverStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type RetrieverStatus Modifier and Type Method Description static Set<RetrieverStatus>RetrieverStatus. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type RetrieverStatus Modifier and Type Method Description GetRetrieverResponse.BuilderGetRetrieverResponse.Builder. status(RetrieverStatus status)The status of the retriever.Retriever.BuilderRetriever.Builder. status(RetrieverStatus status)The status of your retriever.
-