Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationInputMember
-
Packages that use InvocationInputMember Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvocationInputMember in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationInputMember Modifier and Type Method Description static InvocationInputMemberInvocationInputMember. fromApiInvocationInput(Consumer<ApiInvocationInput.Builder> apiInvocationInput)Create an instance of this class withapiInvocationInput()initialized to the given value.static InvocationInputMemberInvocationInputMember. fromApiInvocationInput(ApiInvocationInput apiInvocationInput)Create an instance of this class withapiInvocationInput()initialized to the given value.static InvocationInputMemberInvocationInputMember. fromFunctionInvocationInput(Consumer<FunctionInvocationInput.Builder> functionInvocationInput)Create an instance of this class withfunctionInvocationInput()initialized to the given value.static InvocationInputMemberInvocationInputMember. fromFunctionInvocationInput(FunctionInvocationInput functionInvocationInput)Create an instance of this class withfunctionInvocationInput()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationInputMember Modifier and Type Method Description List<InvocationInputMember>InlineAgentReturnControlPayload. invocationInputs()A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.List<InvocationInputMember>ReturnControlPayload. invocationInputs()A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationInputMember Modifier and Type Method Description InlineAgentReturnControlPayload.BuilderInlineAgentReturnControlPayload.Builder. invocationInputs(InvocationInputMember... invocationInputs)A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.InlineAgentReturnControlPayload.BuilderInlineAgentReturnControlPayload.BuilderImpl. invocationInputs(InvocationInputMember... invocationInputs)ReturnControlPayload.BuilderReturnControlPayload.Builder. invocationInputs(InvocationInputMember... invocationInputs)A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.ReturnControlPayload.BuilderReturnControlPayload.BuilderImpl. invocationInputs(InvocationInputMember... invocationInputs)Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationInputMember Modifier and Type Method Description InlineAgentReturnControlPayload.BuilderInlineAgentReturnControlPayload.Builder. invocationInputs(Collection<InvocationInputMember> invocationInputs)A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.InlineAgentReturnControlPayload.BuilderInlineAgentReturnControlPayload.BuilderImpl. invocationInputs(Collection<InvocationInputMember> invocationInputs)ReturnControlPayload.BuilderReturnControlPayload.Builder. invocationInputs(Collection<InvocationInputMember> invocationInputs)A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.ReturnControlPayload.BuilderReturnControlPayload.BuilderImpl. invocationInputs(Collection<InvocationInputMember> invocationInputs)
-