Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.CustomControlMethod
Packages that use CustomControlMethod
-
Uses of CustomControlMethod in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CustomControlMethodModifier and TypeMethodDescriptionfinal CustomControlMethodActionGroupExecutor.customControl()To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_CONTROL.static CustomControlMethodUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomControlMethodReturns the enum constant of this type with the specified name.static CustomControlMethod[]CustomControlMethod.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 CustomControlMethodModifier and TypeMethodDescriptionstatic Set<CustomControlMethod>CustomControlMethod.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type CustomControlMethodModifier and TypeMethodDescriptionActionGroupExecutor.Builder.customControl(CustomControlMethod customControl) To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_CONTROL.static ActionGroupExecutorActionGroupExecutor.fromCustomControl(CustomControlMethod customControl) Create an instance of this class withActionGroupExecutor.customControlAsString()initialized to the given value.