Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetExecutionFlowSnapshotRequest.Builder
-
Packages that use GetExecutionFlowSnapshotRequest.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of GetExecutionFlowSnapshotRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type GetExecutionFlowSnapshotRequest.Builder 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 GetExecutionFlowSnapshotResponseBedrockAgentRuntimeClient. getExecutionFlowSnapshot(Consumer<GetExecutionFlowSnapshotRequest.Builder> getExecutionFlowSnapshotRequest)Retrieves the flow definition snapshot used for a flow execution. -
Uses of GetExecutionFlowSnapshotRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetExecutionFlowSnapshotRequest.Builder Modifier and Type Method Description static GetExecutionFlowSnapshotRequest.BuilderGetExecutionFlowSnapshotRequest. builder()GetExecutionFlowSnapshotRequest.BuilderGetExecutionFlowSnapshotRequest.Builder. executionIdentifier(String executionIdentifier)The unique identifier of the flow execution.GetExecutionFlowSnapshotRequest.BuilderGetExecutionFlowSnapshotRequest.Builder. flowAliasIdentifier(String flowAliasIdentifier)The unique identifier of the flow alias used for the flow execution.GetExecutionFlowSnapshotRequest.BuilderGetExecutionFlowSnapshotRequest.Builder. flowIdentifier(String flowIdentifier)The unique identifier of the flow.GetExecutionFlowSnapshotRequest.BuilderGetExecutionFlowSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetExecutionFlowSnapshotRequest.BuilderGetExecutionFlowSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetExecutionFlowSnapshotRequest.BuilderGetExecutionFlowSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetExecutionFlowSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends GetExecutionFlowSnapshotRequest.Builder>GetExecutionFlowSnapshotRequest. serializableBuilderClass()
-