default CreateInvocationResponse |
BedrockAgentRuntimeClient.createInvocation(Consumer<CreateInvocationRequest.Builder> createInvocationRequest) |
Creates a new invocation within a session.
|
default CreateInvocationResponse |
BedrockAgentRuntimeClient.createInvocation(CreateInvocationRequest createInvocationRequest) |
Creates a new invocation within a session.
|
default DeleteAgentMemoryResponse |
BedrockAgentRuntimeClient.deleteAgentMemory(Consumer<DeleteAgentMemoryRequest.Builder> deleteAgentMemoryRequest) |
Deletes memory from the specified memory identifier.
|
default DeleteAgentMemoryResponse |
BedrockAgentRuntimeClient.deleteAgentMemory(DeleteAgentMemoryRequest deleteAgentMemoryRequest) |
Deletes memory from the specified memory identifier.
|
default DeleteSessionResponse |
BedrockAgentRuntimeClient.deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest) |
Deletes a session that you ended.
|
default DeleteSessionResponse |
BedrockAgentRuntimeClient.deleteSession(DeleteSessionRequest deleteSessionRequest) |
Deletes a session that you ended.
|
default EndSessionResponse |
BedrockAgentRuntimeClient.endSession(Consumer<EndSessionRequest.Builder> endSessionRequest) |
Ends the session.
|
default EndSessionResponse |
BedrockAgentRuntimeClient.endSession(EndSessionRequest endSessionRequest) |
Ends the session.
|
default GenerateQueryResponse |
BedrockAgentRuntimeClient.generateQuery(Consumer<GenerateQueryRequest.Builder> generateQueryRequest) |
Generates an SQL query from a natural language query.
|
default GenerateQueryResponse |
BedrockAgentRuntimeClient.generateQuery(GenerateQueryRequest generateQueryRequest) |
Generates an SQL query from a natural language query.
|
default GetAgentMemoryResponse |
BedrockAgentRuntimeClient.getAgentMemory(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) |
Gets the sessions stored in the memory of the agent.
|
default GetAgentMemoryResponse |
BedrockAgentRuntimeClient.getAgentMemory(GetAgentMemoryRequest getAgentMemoryRequest) |
Gets the sessions stored in the memory of the agent.
|
default GetAgentMemoryIterable |
BedrockAgentRuntimeClient.getAgentMemoryPaginator(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) |
|
default GetAgentMemoryIterable |
BedrockAgentRuntimeClient.getAgentMemoryPaginator(GetAgentMemoryRequest getAgentMemoryRequest) |
|
default GetExecutionFlowSnapshotResponse |
BedrockAgentRuntimeClient.getExecutionFlowSnapshot(Consumer<GetExecutionFlowSnapshotRequest.Builder> getExecutionFlowSnapshotRequest) |
Retrieves the flow definition snapshot used for a flow execution.
|
default GetExecutionFlowSnapshotResponse |
BedrockAgentRuntimeClient.getExecutionFlowSnapshot(GetExecutionFlowSnapshotRequest getExecutionFlowSnapshotRequest) |
Retrieves the flow definition snapshot used for a flow execution.
|
default GetFlowExecutionResponse |
BedrockAgentRuntimeClient.getFlowExecution(Consumer<GetFlowExecutionRequest.Builder> getFlowExecutionRequest) |
Retrieves details about a specific flow execution, including its status, start and end times, and any errors that
occurred during execution.
|
default GetFlowExecutionResponse |
BedrockAgentRuntimeClient.getFlowExecution(GetFlowExecutionRequest getFlowExecutionRequest) |
Retrieves details about a specific flow execution, including its status, start and end times, and any errors that
occurred during execution.
|
default GetInvocationStepResponse |
BedrockAgentRuntimeClient.getInvocationStep(Consumer<GetInvocationStepRequest.Builder> getInvocationStepRequest) |
Retrieves the details of a specific invocation step within an invocation in a session.
|
default GetInvocationStepResponse |
BedrockAgentRuntimeClient.getInvocationStep(GetInvocationStepRequest getInvocationStepRequest) |
Retrieves the details of a specific invocation step within an invocation in a session.
|
default GetSessionResponse |
BedrockAgentRuntimeClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest) |
Retrieves details about a specific session.
|
default GetSessionResponse |
BedrockAgentRuntimeClient.getSession(GetSessionRequest getSessionRequest) |
Retrieves details about a specific session.
|
default ListFlowExecutionEventsResponse |
BedrockAgentRuntimeClient.listFlowExecutionEvents(Consumer<ListFlowExecutionEventsRequest.Builder> listFlowExecutionEventsRequest) |
Lists events that occurred during a flow execution.
|
default ListFlowExecutionEventsResponse |
BedrockAgentRuntimeClient.listFlowExecutionEvents(ListFlowExecutionEventsRequest listFlowExecutionEventsRequest) |
Lists events that occurred during a flow execution.
|
default ListFlowExecutionEventsIterable |
BedrockAgentRuntimeClient.listFlowExecutionEventsPaginator(Consumer<ListFlowExecutionEventsRequest.Builder> listFlowExecutionEventsRequest) |
|
default ListFlowExecutionEventsIterable |
BedrockAgentRuntimeClient.listFlowExecutionEventsPaginator(ListFlowExecutionEventsRequest listFlowExecutionEventsRequest) |
|
default ListFlowExecutionsResponse |
BedrockAgentRuntimeClient.listFlowExecutions(Consumer<ListFlowExecutionsRequest.Builder> listFlowExecutionsRequest) |
Lists all executions of a flow.
|
default ListFlowExecutionsResponse |
BedrockAgentRuntimeClient.listFlowExecutions(ListFlowExecutionsRequest listFlowExecutionsRequest) |
Lists all executions of a flow.
|
default ListFlowExecutionsIterable |
BedrockAgentRuntimeClient.listFlowExecutionsPaginator(Consumer<ListFlowExecutionsRequest.Builder> listFlowExecutionsRequest) |
|
default ListFlowExecutionsIterable |
BedrockAgentRuntimeClient.listFlowExecutionsPaginator(ListFlowExecutionsRequest listFlowExecutionsRequest) |
|
default ListInvocationsResponse |
BedrockAgentRuntimeClient.listInvocations(Consumer<ListInvocationsRequest.Builder> listInvocationsRequest) |
Lists all invocations associated with a specific session.
|
default ListInvocationsResponse |
BedrockAgentRuntimeClient.listInvocations(ListInvocationsRequest listInvocationsRequest) |
Lists all invocations associated with a specific session.
|
default ListInvocationsIterable |
BedrockAgentRuntimeClient.listInvocationsPaginator(Consumer<ListInvocationsRequest.Builder> listInvocationsRequest) |
|
default ListInvocationsIterable |
BedrockAgentRuntimeClient.listInvocationsPaginator(ListInvocationsRequest listInvocationsRequest) |
|
default ListInvocationStepsResponse |
BedrockAgentRuntimeClient.listInvocationSteps(Consumer<ListInvocationStepsRequest.Builder> listInvocationStepsRequest) |
Lists all invocation steps associated with a session and optionally, an invocation within the session.
|
default ListInvocationStepsResponse |
BedrockAgentRuntimeClient.listInvocationSteps(ListInvocationStepsRequest listInvocationStepsRequest) |
Lists all invocation steps associated with a session and optionally, an invocation within the session.
|
default ListInvocationStepsIterable |
BedrockAgentRuntimeClient.listInvocationStepsPaginator(Consumer<ListInvocationStepsRequest.Builder> listInvocationStepsRequest) |
|
default ListInvocationStepsIterable |
BedrockAgentRuntimeClient.listInvocationStepsPaginator(ListInvocationStepsRequest listInvocationStepsRequest) |
|
default ListTagsForResourceResponse |
BedrockAgentRuntimeClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
List all the tags for the resource you specify.
|
default ListTagsForResourceResponse |
BedrockAgentRuntimeClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
List all the tags for the resource you specify.
|
default PutInvocationStepResponse |
BedrockAgentRuntimeClient.putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest) |
Add an invocation step to an invocation in a session.
|
default PutInvocationStepResponse |
BedrockAgentRuntimeClient.putInvocationStep(PutInvocationStepRequest putInvocationStepRequest) |
Add an invocation step to an invocation in a session.
|
default RerankResponse |
BedrockAgentRuntimeClient.rerank(Consumer<RerankRequest.Builder> rerankRequest) |
Reranks the relevance of sources based on queries.
|
default RerankResponse |
BedrockAgentRuntimeClient.rerank(RerankRequest rerankRequest) |
Reranks the relevance of sources based on queries.
|
default RerankIterable |
BedrockAgentRuntimeClient.rerankPaginator(Consumer<RerankRequest.Builder> rerankRequest) |
|
default RerankIterable |
BedrockAgentRuntimeClient.rerankPaginator(RerankRequest rerankRequest) |
|
default RetrieveResponse |
BedrockAgentRuntimeClient.retrieve(Consumer<RetrieveRequest.Builder> retrieveRequest) |
Queries a knowledge base and retrieves information from it.
|
default RetrieveResponse |
BedrockAgentRuntimeClient.retrieve(RetrieveRequest retrieveRequest) |
Queries a knowledge base and retrieves information from it.
|
default RetrieveAndGenerateResponse |
BedrockAgentRuntimeClient.retrieveAndGenerate(Consumer<RetrieveAndGenerateRequest.Builder> retrieveAndGenerateRequest) |
Queries a knowledge base and generates responses based on the retrieved results and using the specified
foundation model or inference profile.
|
default RetrieveAndGenerateResponse |
BedrockAgentRuntimeClient.retrieveAndGenerate(RetrieveAndGenerateRequest retrieveAndGenerateRequest) |
Queries a knowledge base and generates responses based on the retrieved results and using the specified
foundation model or inference profile.
|
default RetrieveIterable |
BedrockAgentRuntimeClient.retrievePaginator(Consumer<RetrieveRequest.Builder> retrieveRequest) |
|
default RetrieveIterable |
BedrockAgentRuntimeClient.retrievePaginator(RetrieveRequest retrieveRequest) |
|
default StartFlowExecutionResponse |
BedrockAgentRuntimeClient.startFlowExecution(Consumer<StartFlowExecutionRequest.Builder> startFlowExecutionRequest) |
Starts an execution of an Amazon Bedrock flow.
|
default StartFlowExecutionResponse |
BedrockAgentRuntimeClient.startFlowExecution(StartFlowExecutionRequest startFlowExecutionRequest) |
Starts an execution of an Amazon Bedrock flow.
|
default StopFlowExecutionResponse |
BedrockAgentRuntimeClient.stopFlowExecution(Consumer<StopFlowExecutionRequest.Builder> stopFlowExecutionRequest) |
Stops an Amazon Bedrock flow's execution.
|
default StopFlowExecutionResponse |
BedrockAgentRuntimeClient.stopFlowExecution(StopFlowExecutionRequest stopFlowExecutionRequest) |
Stops an Amazon Bedrock flow's execution.
|
default TagResourceResponse |
BedrockAgentRuntimeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associate tags with a resource.
|
default TagResourceResponse |
BedrockAgentRuntimeClient.tagResource(TagResourceRequest tagResourceRequest) |
Associate tags with a resource.
|
default UntagResourceResponse |
BedrockAgentRuntimeClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Remove tags from a resource.
|
default UntagResourceResponse |
BedrockAgentRuntimeClient.untagResource(UntagResourceRequest untagResourceRequest) |
Remove tags from a resource.
|
default UpdateSessionResponse |
BedrockAgentRuntimeClient.updateSession(Consumer<UpdateSessionRequest.Builder> updateSessionRequest) |
Updates the metadata or encryption settings of a session.
|
default UpdateSessionResponse |
BedrockAgentRuntimeClient.updateSession(UpdateSessionRequest updateSessionRequest) |
Updates the metadata or encryption settings of a session.
|