Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentAliasStatus
-
Packages that use AgentAliasStatus Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AgentAliasStatus in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentAliasStatus Modifier and Type Method Description AgentAliasStatusAgentAlias. agentAliasStatus()The status of the alias of the agent and whether it is ready for use.AgentAliasStatusAgentAliasSummary. agentAliasStatus()The status of the alias.AgentAliasStatusDeleteAgentAliasResponse. agentAliasStatus()The status of the alias.static AgentAliasStatusAgentAliasStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentAliasStatusAgentAliasStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentAliasStatus[]AgentAliasStatus. 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 AgentAliasStatus Modifier and Type Method Description static Set<AgentAliasStatus>AgentAliasStatus. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasStatus Modifier and Type Method Description AgentAlias.BuilderAgentAlias.Builder. agentAliasStatus(AgentAliasStatus agentAliasStatus)The status of the alias of the agent and whether it is ready for use.AgentAliasSummary.BuilderAgentAliasSummary.Builder. agentAliasStatus(AgentAliasStatus agentAliasStatus)The status of the alias.DeleteAgentAliasResponse.BuilderDeleteAgentAliasResponse.Builder. agentAliasStatus(AgentAliasStatus agentAliasStatus)The status of the alias.
-