Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseStatus
Packages that use KnowledgeBaseStatus
-
Uses of KnowledgeBaseStatus in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseStatusModifier and TypeMethodDescriptionstatic KnowledgeBaseStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final KnowledgeBaseStatusDeleteKnowledgeBaseResponse.status()The status of the knowledge base and whether it has been successfully deleted.final KnowledgeBaseStatusKnowledgeBase.status()The status of the knowledge base.final KnowledgeBaseStatusKnowledgeBaseSummary.status()The status of the knowledge base.static KnowledgeBaseStatusReturns the enum constant of this type with the specified name.static KnowledgeBaseStatus[]KnowledgeBaseStatus.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 KnowledgeBaseStatusModifier and TypeMethodDescriptionstatic Set<KnowledgeBaseStatus>KnowledgeBaseStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseStatusModifier and TypeMethodDescriptionDeleteKnowledgeBaseResponse.Builder.status(KnowledgeBaseStatus status) The status of the knowledge base and whether it has been successfully deleted.KnowledgeBase.Builder.status(KnowledgeBaseStatus status) The status of the knowledge base.KnowledgeBaseSummary.Builder.status(KnowledgeBaseStatus status) The status of the knowledge base.