Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseState
-
Packages that use KnowledgeBaseState Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseState in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseState Modifier and Type Method Description static KnowledgeBaseStateKnowledgeBaseState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KnowledgeBaseStateAgentKnowledgeBase. knowledgeBaseState()Returns the value of the KnowledgeBaseState property for this object.KnowledgeBaseStateAgentKnowledgeBaseSummary. knowledgeBaseState()Returns the value of the KnowledgeBaseState property for this object.KnowledgeBaseStateAssociateAgentKnowledgeBaseRequest. knowledgeBaseState()Returns the value of the KnowledgeBaseState property for this object.KnowledgeBaseStateUpdateAgentKnowledgeBaseRequest. knowledgeBaseState()Returns the value of the KnowledgeBaseState property for this object.static KnowledgeBaseStateKnowledgeBaseState. valueOf(String name)Returns the enum constant of this type with the specified name.static KnowledgeBaseState[]KnowledgeBaseState. 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 KnowledgeBaseState Modifier and Type Method Description static Set<KnowledgeBaseState>KnowledgeBaseState. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseState Modifier and Type Method Description AgentKnowledgeBase.BuilderAgentKnowledgeBase.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.AgentKnowledgeBaseSummary.BuilderAgentKnowledgeBaseSummary.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.
-