Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetExecutionFlowSnapshotResponse
-
Packages that use GetExecutionFlowSnapshotResponse Package Description software.amazon.awssdk.services.bedrockagentruntime 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 GetExecutionFlowSnapshotResponse Modifier and Type Method Description default 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 GetExecutionFlowSnapshotResponse Modifier and Type Method Description default CompletableFuture<GetExecutionFlowSnapshotResponse>BedrockAgentRuntimeAsyncClient. getExecutionFlowSnapshot(Consumer<GetExecutionFlowSnapshotRequest.Builder> getExecutionFlowSnapshotRequest)Retrieves the flow definition snapshot used for a flow execution.default CompletableFuture<GetExecutionFlowSnapshotResponse>BedrockAgentRuntimeAsyncClient. getExecutionFlowSnapshot(GetExecutionFlowSnapshotRequest getExecutionFlowSnapshotRequest)Retrieves the flow definition snapshot used for a flow execution.
-