Uses of Class
software.amazon.awssdk.services.qbusiness.model.IndexType
-
Packages that use IndexType Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of IndexType in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return IndexType Modifier and Type Method Description static IndexTypeIndexType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IndexTypeCreateIndexRequest. type()The index type that's suitable for your needs.IndexTypeGetIndexResponse. type()The type of index attached to your Amazon Q Business application.static IndexTypeIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. 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 IndexType Modifier and Type Method Description static Set<IndexType>IndexType. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type IndexType Modifier and Type Method Description CreateIndexRequest.BuilderCreateIndexRequest.Builder. type(IndexType type)The index type that's suitable for your needs.GetIndexResponse.BuilderGetIndexResponse.Builder. type(IndexType type)The type of index attached to your Amazon Q Business application.
-