Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ApiInvocationInput
Packages that use ApiInvocationInput
-
Uses of ApiInvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiInvocationInputModifier and TypeMethodDescriptionfinal 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 ApiInvocationInputModifier and TypeMethodDescriptionInvocationInputMember.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.