Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.AliasInvocationState
Packages that use AliasInvocationState
-
Uses of AliasInvocationState in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AliasInvocationStateModifier and TypeMethodDescriptionfinal AliasInvocationStateAgentAlias.aliasInvocationState()The invocation state for the agent alias.final AliasInvocationStateAgentAliasSummary.aliasInvocationState()The invocation state for the agent alias.final AliasInvocationStateUpdateAgentAliasRequest.aliasInvocationState()The invocation state for the agent alias.static AliasInvocationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AliasInvocationStateReturns 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 AliasInvocationStateModifier and TypeMethodDescriptionstatic Set<AliasInvocationState>AliasInvocationState.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AliasInvocationStateModifier and TypeMethodDescriptionAgentAlias.Builder.aliasInvocationState(AliasInvocationState aliasInvocationState) The invocation state for the agent alias.AgentAliasSummary.Builder.aliasInvocationState(AliasInvocationState aliasInvocationState) The invocation state for the agent alias.UpdateAgentAliasRequest.Builder.aliasInvocationState(AliasInvocationState aliasInvocationState) The invocation state for the agent alias.