Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentStatus
-
Packages that use AgentStatus Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AgentStatus in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentStatus Modifier and Type Method Description AgentStatusAgent. agentStatus()The status of the agent and whether it is ready for use.AgentStatusAgentSummary. agentStatus()The status of the agent.AgentStatusAgentVersion. agentStatus()The status of the agent that the version belongs to.AgentStatusAgentVersionSummary. agentStatus()The status of the agent to which the version belongs.AgentStatusDeleteAgentResponse. agentStatus()The status of the agent.AgentStatusDeleteAgentVersionResponse. agentStatus()The status of the agent version.AgentStatusPrepareAgentResponse. agentStatus()The status of theDRAFTversion and whether it is ready for use.static AgentStatusAgentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentStatusAgentStatus. valueOf(String name)Returns 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 AgentStatus Modifier and Type Method Description static Set<AgentStatus>AgentStatus. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentStatus Modifier and Type Method Description Agent.BuilderAgent.Builder. agentStatus(AgentStatus agentStatus)The status of the agent and whether it is ready for use.AgentSummary.BuilderAgentSummary.Builder. agentStatus(AgentStatus agentStatus)The status of the agent.AgentVersion.BuilderAgentVersion.Builder. agentStatus(AgentStatus agentStatus)The status of the agent that the version belongs to.AgentVersionSummary.BuilderAgentVersionSummary.Builder. agentStatus(AgentStatus agentStatus)The status of the agent to which the version belongs.DeleteAgentResponse.BuilderDeleteAgentResponse.Builder. agentStatus(AgentStatus agentStatus)The status of the agent.DeleteAgentVersionResponse.BuilderDeleteAgentVersionResponse.Builder. agentStatus(AgentStatus agentStatus)The status of the agent version.PrepareAgentResponse.BuilderPrepareAgentResponse.Builder. agentStatus(AgentStatus agentStatus)The status of theDRAFTversion and whether it is ready for use.
-