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()Returns the value of the AgentAliasStatus property for this object.AgentAliasStatusAgentAliasSummary. agentAliasStatus()Returns the value of the AgentAliasStatus property for this object.AgentAliasStatusDeleteAgentAliasResponse. agentAliasStatus()Returns the value of the AgentAliasStatus property for this object.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)Sets the value of the AgentAliasStatus property for this object.AgentAliasSummary.BuilderAgentAliasSummary.Builder. agentAliasStatus(AgentAliasStatus agentAliasStatus)Sets the value of the AgentAliasStatus property for this object.DeleteAgentAliasResponse.BuilderDeleteAgentAliasResponse.Builder. agentAliasStatus(AgentAliasStatus agentAliasStatus)Sets the value of the AgentAliasStatus property for this object.
-