Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationResultMember.Builder
-
Packages that use InvocationResultMember.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvocationResultMember.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationResultMember.Builder Modifier and Type Method Description default InvocationResultMember.BuilderInvocationResultMember.Builder. apiResult(Consumer<ApiResult.Builder> apiResult)The result from the API response from the action group invocation.InvocationResultMember.BuilderInvocationResultMember.Builder. apiResult(ApiResult apiResult)The result from the API response from the action group invocation.static InvocationResultMember.BuilderInvocationResultMember. builder()default InvocationResultMember.BuilderInvocationResultMember.Builder. functionResult(Consumer<FunctionResult.Builder> functionResult)The result from the function from the action group invocation.InvocationResultMember.BuilderInvocationResultMember.Builder. functionResult(FunctionResult functionResult)The result from the function from the action group invocation.InvocationResultMember.BuilderInvocationResultMember. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationResultMember.Builder Modifier and Type Method Description static Class<? extends InvocationResultMember.Builder>InvocationResultMember. serializableBuilderClass()
-