Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveResponse
-
Packages that use RetrieveResponse Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.paginators -
-
Uses of RetrieveResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return RetrieveResponse Modifier and Type Method Description default RetrieveResponseBedrockAgentRuntimeClient. retrieve(Consumer<RetrieveRequest.Builder> retrieveRequest)Queries a knowledge base and retrieves information from it.default RetrieveResponseBedrockAgentRuntimeClient. retrieve(RetrieveRequest retrieveRequest)Queries a knowledge base and retrieves information from it.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type RetrieveResponse Modifier and Type Method Description default CompletableFuture<RetrieveResponse>BedrockAgentRuntimeAsyncClient. retrieve(Consumer<RetrieveRequest.Builder> retrieveRequest)Queries a knowledge base and retrieves information from it.default CompletableFuture<RetrieveResponse>BedrockAgentRuntimeAsyncClient. retrieve(RetrieveRequest retrieveRequest)Queries a knowledge base and retrieves information from it. -
Uses of RetrieveResponse in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type RetrieveResponse Modifier and Type Method Description Iterator<RetrieveResponse>RetrieveIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.paginators with type arguments of type RetrieveResponse Modifier and Type Method Description voidRetrievePublisher. subscribe(org.reactivestreams.Subscriber<? super RetrieveResponse> subscriber)
-