Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeAgentRequest
-
Packages that use InvokeAgentRequest Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.transform -
-
Uses of InvokeAgentRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type InvokeAgentRequest Modifier and Type Method Description default CompletableFuture<Void>BedrockAgentRuntimeAsyncClient. invokeAgent(InvokeAgentRequest invokeAgentRequest, InvokeAgentResponseHandler asyncResponseHandler) -
Uses of InvokeAgentRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type InvokeAgentRequest Modifier and Type Method Description SdkHttpFullRequestInvokeAgentRequestMarshaller. marshall(InvokeAgentRequest invokeAgentRequest)
-