Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseStorageType
-
Packages that use KnowledgeBaseStorageType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseStorageType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseStorageType Modifier and Type Method Description static KnowledgeBaseStorageTypeKnowledgeBaseStorageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KnowledgeBaseStorageTypeStorageConfiguration. type()Returns the value of the Type property for this object.static KnowledgeBaseStorageTypeKnowledgeBaseStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static KnowledgeBaseStorageType[]KnowledgeBaseStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseStorageType Modifier and Type Method Description static Set<KnowledgeBaseStorageType>KnowledgeBaseStorageType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseStorageType Modifier and Type Method Description StorageConfiguration.BuilderStorageConfiguration.Builder. type(KnowledgeBaseStorageType type)Sets the value of the Type property for this object.
-