Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ApiResult
-
Packages that use ApiResult Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ApiResult in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiResult Modifier and Type Method Description ApiResultInvocationResultMember. apiResult()The result from the API response from the action group invocation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ApiResult Modifier and Type Method Description InvocationResultMember.BuilderInvocationResultMember.Builder. apiResult(ApiResult apiResult)The result from the API response from the action group invocation.static InvocationResultMemberInvocationResultMember. fromApiResult(ApiResult apiResult)Create an instance of this class withInvocationResultMember.apiResult()initialized to the given value.
-