Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationResultMember
-
Packages that use InvocationResultMember Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvocationResultMember in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationResultMember Modifier and Type Method Description static InvocationResultMemberInvocationResultMember. fromApiResult(Consumer<ApiResult.Builder> apiResult)Create an instance of this class withapiResult()initialized to the given value.static InvocationResultMemberInvocationResultMember. fromApiResult(ApiResult apiResult)Create an instance of this class withapiResult()initialized to the given value.static InvocationResultMemberInvocationResultMember. fromFunctionResult(Consumer<FunctionResult.Builder> functionResult)Create an instance of this class withfunctionResult()initialized to the given value.static InvocationResultMemberInvocationResultMember. fromFunctionResult(FunctionResult functionResult)Create an instance of this class withfunctionResult()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationResultMember Modifier and Type Method Description List<InvocationResultMember>InlineSessionState. returnControlInvocationResults()Contains information about the results from the action group invocation.List<InvocationResultMember>ReturnControlResults. returnControlInvocationResults()The action invocation result.List<InvocationResultMember>SessionState. returnControlInvocationResults()Contains information about the results from the action group invocation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationResultMember Modifier and Type Method Description InlineSessionState.BuilderInlineSessionState.Builder. returnControlInvocationResults(InvocationResultMember... returnControlInvocationResults)Contains information about the results from the action group invocation.ReturnControlResults.BuilderReturnControlResults.Builder. returnControlInvocationResults(InvocationResultMember... returnControlInvocationResults)The action invocation result.SessionState.BuilderSessionState.Builder. returnControlInvocationResults(InvocationResultMember... returnControlInvocationResults)Contains information about the results from the action group invocation.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationResultMember Modifier and Type Method Description InlineSessionState.BuilderInlineSessionState.Builder. returnControlInvocationResults(Collection<InvocationResultMember> returnControlInvocationResults)Contains information about the results from the action group invocation.ReturnControlResults.BuilderReturnControlResults.Builder. returnControlInvocationResults(Collection<InvocationResultMember> returnControlInvocationResults)The action invocation result.SessionState.BuilderSessionState.Builder. returnControlInvocationResults(Collection<InvocationResultMember> returnControlInvocationResults)Contains information about the results from the action group invocation.
-