Uses of Class
software.amazon.awssdk.services.qbusiness.model.RetrieverType
-
Packages that use RetrieverType Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of RetrieverType in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return RetrieverType Modifier and Type Method Description static RetrieverTypeRetrieverType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RetrieverTypeCreateRetrieverRequest. type()The type of retriever you are using.RetrieverTypeGetRetrieverResponse. type()The type of the retriever.RetrieverTypeRetriever. type()The type of your retriever.static RetrieverTypeRetrieverType. valueOf(String name)Returns the enum constant of this type with the specified name.static RetrieverType[]RetrieverType. 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 RetrieverType Modifier and Type Method Description static Set<RetrieverType>RetrieverType. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type RetrieverType Modifier and Type Method Description CreateRetrieverRequest.BuilderCreateRetrieverRequest.Builder. type(RetrieverType type)The type of retriever you are using.GetRetrieverResponse.BuilderGetRetrieverResponse.Builder. type(RetrieverType type)The type of the retriever.Retriever.BuilderRetriever.Builder. type(RetrieverType type)The type of your retriever.
-