Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetExecutionFlowSnapshotResponse
Packages that use GetExecutionFlowSnapshotResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of GetExecutionFlowSnapshotResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return GetExecutionFlowSnapshotResponseModifier and TypeMethodDescriptiondefault GetExecutionFlowSnapshotResponseBedrockAgentRuntimeClient.getExecutionFlowSnapshot(Consumer<GetExecutionFlowSnapshotRequest.Builder> getExecutionFlowSnapshotRequest) Retrieves the flow definition snapshot used for a flow execution.default GetExecutionFlowSnapshotResponseBedrockAgentRuntimeClient.getExecutionFlowSnapshot(GetExecutionFlowSnapshotRequest getExecutionFlowSnapshotRequest) Retrieves the flow definition snapshot used for a flow execution.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type GetExecutionFlowSnapshotResponseModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.getExecutionFlowSnapshot(Consumer<GetExecutionFlowSnapshotRequest.Builder> getExecutionFlowSnapshotRequest) Retrieves the flow definition snapshot used for a flow execution.BedrockAgentRuntimeAsyncClient.getExecutionFlowSnapshot(GetExecutionFlowSnapshotRequest getExecutionFlowSnapshotRequest) Retrieves the flow definition snapshot used for a flow execution.