Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ApiInvocationInput
-
Packages that use ApiInvocationInput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ApiInvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiInvocationInput Modifier and Type Method Description ApiInvocationInputInvocationInputMember. apiInvocationInput()Contains information about the API operation that the agent predicts should be called.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ApiInvocationInput Modifier and Type Method Description InvocationInputMember.BuilderInvocationInputMember.Builder. apiInvocationInput(ApiInvocationInput apiInvocationInput)Contains information about the API operation that the agent predicts should be called.static InvocationInputMemberInvocationInputMember. fromApiInvocationInput(ApiInvocationInput apiInvocationInput)Create an instance of this class withInvocationInputMember.apiInvocationInput()initialized to the given value.
-