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()Returns the value of the AgentStatus property for this object.AgentStatusAgentSummary. agentStatus()Returns the value of the AgentStatus property for this object.AgentStatusAgentVersion. agentStatus()Returns the value of the AgentStatus property for this object.AgentStatusAgentVersionSummary. agentStatus()Returns the value of the AgentStatus property for this object.AgentStatusDeleteAgentResponse. agentStatus()Returns the value of the AgentStatus property for this object.AgentStatusDeleteAgentVersionResponse. agentStatus()Returns the value of the AgentStatus property for this object.AgentStatusPrepareAgentResponse. agentStatus()Returns the value of the AgentStatus property for this object.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)Sets the value of the AgentStatus property for this object.AgentSummary.BuilderAgentSummary.Builder. agentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.AgentVersion.BuilderAgentVersion.Builder. agentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.AgentVersionSummary.BuilderAgentVersionSummary.Builder. agentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.DeleteAgentResponse.BuilderDeleteAgentResponse.Builder. agentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.DeleteAgentVersionResponse.BuilderDeleteAgentVersionResponse.Builder. agentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.PrepareAgentResponse.BuilderPrepareAgentResponse.Builder. agentStatus(AgentStatus agentStatus)Sets the value of the AgentStatus property for this object.
-