Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AliasInvocationState
-
Packages that use AliasInvocationState Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AliasInvocationState in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AliasInvocationState Modifier and Type Method Description AliasInvocationStateAgentAlias. aliasInvocationState()The invocation state for the agent alias.AliasInvocationStateAgentAliasSummary. aliasInvocationState()The invocation state for the agent alias.AliasInvocationStateUpdateAgentAliasRequest. aliasInvocationState()The invocation state for the agent alias.static AliasInvocationStateAliasInvocationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AliasInvocationStateAliasInvocationState. valueOf(String name)Returns the enum constant of this type with the specified name.static AliasInvocationState[]AliasInvocationState. 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 AliasInvocationState Modifier and Type Method Description static Set<AliasInvocationState>AliasInvocationState. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AliasInvocationState Modifier and Type Method Description AgentAlias.BuilderAgentAlias.Builder. aliasInvocationState(AliasInvocationState aliasInvocationState)The invocation state for the agent alias.AgentAliasSummary.BuilderAgentAliasSummary.Builder. aliasInvocationState(AliasInvocationState aliasInvocationState)The invocation state for the agent alias.UpdateAgentAliasRequest.BuilderUpdateAgentAliasRequest.Builder. aliasInvocationState(AliasInvocationState aliasInvocationState)The invocation state for the agent alias.
-