Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.ConfirmationState
Packages that use ConfirmationState
-
Uses of ConfirmationState in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ConfirmationStateModifier and TypeMethodDescriptionfinal ConfirmationStateApiResult.confirmationState()Controls the API operations or functions to invoke based on the user confirmation.final ConfirmationStateFunctionResult.confirmationState()Contains the user confirmation information about the function that was called.static ConfirmationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfirmationStateReturns the enum constant of this type with the specified name.static ConfirmationState[]ConfirmationState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ConfirmationStateMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ConfirmationStateModifier and TypeMethodDescriptionApiResult.Builder.confirmationState(ConfirmationState confirmationState) Controls the API operations or functions to invoke based on the user confirmation.FunctionResult.Builder.confirmationState(ConfirmationState confirmationState) Contains the user confirmation information about the function that was called.