Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetFlowExecutionRequest.Builder
Packages that use GetFlowExecutionRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of GetFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type GetFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.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 GetFlowExecutionResponseBedrockAgentRuntimeClient.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. -
Uses of GetFlowExecutionRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionGetFlowExecutionRequest.builder()GetFlowExecutionRequest.Builder.executionIdentifier(String executionIdentifier) The unique identifier of the flow execution to retrieve.GetFlowExecutionRequest.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias used for the execution.GetFlowExecutionRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.GetFlowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetFlowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetFlowExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetFlowExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFlowExecutionRequest.Builder>GetFlowExecutionRequest.serializableBuilderClass()