Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.BedrockAgentRuntimeClient
-
Packages that use BedrockAgentRuntimeClient 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 BedrockAgentRuntimeClient in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return BedrockAgentRuntimeClient Modifier and Type Method Description static BedrockAgentRuntimeClientBedrockAgentRuntimeClient. create()Create aBedrockAgentRuntimeClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of BedrockAgentRuntimeClient in software.amazon.awssdk.services.bedrockagentruntime.paginators
Constructors in software.amazon.awssdk.services.bedrockagentruntime.paginators with parameters of type BedrockAgentRuntimeClient Constructor Description GetAgentMemoryIterable(BedrockAgentRuntimeClient client, GetAgentMemoryRequest firstRequest)ListFlowExecutionEventsIterable(BedrockAgentRuntimeClient client, ListFlowExecutionEventsRequest firstRequest)ListFlowExecutionsIterable(BedrockAgentRuntimeClient client, ListFlowExecutionsRequest firstRequest)ListInvocationsIterable(BedrockAgentRuntimeClient client, ListInvocationsRequest firstRequest)ListInvocationStepsIterable(BedrockAgentRuntimeClient client, ListInvocationStepsRequest firstRequest)ListSessionsIterable(BedrockAgentRuntimeClient client, ListSessionsRequest firstRequest)RerankIterable(BedrockAgentRuntimeClient client, RerankRequest firstRequest)RetrieveIterable(BedrockAgentRuntimeClient client, RetrieveRequest firstRequest)
-