Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.AgentAliasStatus
Packages that use AgentAliasStatus
-
Uses of AgentAliasStatus in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentAliasStatusModifier and TypeMethodDescriptionfinal AgentAliasStatusAgentAlias.agentAliasStatus()The status of the alias of the agent and whether it is ready for use.final AgentAliasStatusAgentAliasSummary.agentAliasStatus()The status of the alias.final AgentAliasStatusDeleteAgentAliasResponse.agentAliasStatus()The status of the alias.static AgentAliasStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentAliasStatusReturns 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 AgentAliasStatusMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasStatusModifier and TypeMethodDescriptionAgentAlias.Builder.agentAliasStatus(AgentAliasStatus agentAliasStatus) The status of the alias of the agent and whether it is ready for use.AgentAliasSummary.Builder.agentAliasStatus(AgentAliasStatus agentAliasStatus) The status of the alias.DeleteAgentAliasResponse.Builder.agentAliasStatus(AgentAliasStatus agentAliasStatus) The status of the alias.