Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.AgentStatus
Packages that use AgentStatus
-
Uses of AgentStatus in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentStatusModifier and TypeMethodDescriptionfinal AgentStatusAgent.agentStatus()The status of the agent and whether it is ready for use.final AgentStatusAgentSummary.agentStatus()The status of the agent.final AgentStatusAgentVersion.agentStatus()The status of the agent that the version belongs to.final AgentStatusAgentVersionSummary.agentStatus()The status of the agent to which the version belongs.final AgentStatusDeleteAgentResponse.agentStatus()The status of the agent.final AgentStatusDeleteAgentVersionResponse.agentStatus()The status of the agent version.final AgentStatusPrepareAgentResponse.agentStatus()The status of theDRAFTversion and whether it is ready for use.static AgentStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentStatusReturns the enum constant of this type with the specified name.static AgentStatus[]AgentStatus.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 AgentStatusMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentStatusModifier and TypeMethodDescriptionAgent.Builder.agentStatus(AgentStatus agentStatus) The status of the agent and whether it is ready for use.AgentSummary.Builder.agentStatus(AgentStatus agentStatus) The status of the agent.AgentVersion.Builder.agentStatus(AgentStatus agentStatus) The status of the agent that the version belongs to.AgentVersionSummary.Builder.agentStatus(AgentStatus agentStatus) The status of the agent to which the version belongs.DeleteAgentResponse.Builder.agentStatus(AgentStatus agentStatus) The status of the agent.DeleteAgentVersionResponse.Builder.agentStatus(AgentStatus agentStatus) The status of the agent version.PrepareAgentResponse.Builder.agentStatus(AgentStatus agentStatus) The status of theDRAFTversion and whether it is ready for use.