Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListFlowExecutionsRequest.Builder
Packages that use ListFlowExecutionsRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of ListFlowExecutionsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type ListFlowExecutionsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.listFlowExecutions(Consumer<ListFlowExecutionsRequest.Builder> listFlowExecutionsRequest) Lists all executions of a flow.default ListFlowExecutionsResponseBedrockAgentRuntimeClient.listFlowExecutions(Consumer<ListFlowExecutionsRequest.Builder> listFlowExecutionsRequest) Lists all executions of a flow.default ListFlowExecutionsPublisherBedrockAgentRuntimeAsyncClient.listFlowExecutionsPaginator(Consumer<ListFlowExecutionsRequest.Builder> listFlowExecutionsRequest) default ListFlowExecutionsIterableBedrockAgentRuntimeClient.listFlowExecutionsPaginator(Consumer<ListFlowExecutionsRequest.Builder> listFlowExecutionsRequest) -
Uses of ListFlowExecutionsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListFlowExecutionsRequest.BuilderModifier and TypeMethodDescriptionListFlowExecutionsRequest.builder()ListFlowExecutionsRequest.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias to list executions for.ListFlowExecutionsRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow to list executions for.ListFlowExecutionsRequest.Builder.maxResults(Integer maxResults) The maximum number of flow executions to return in a single response.A token to retrieve the next set of results.ListFlowExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListFlowExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListFlowExecutionsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListFlowExecutionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListFlowExecutionsRequest.Builder>ListFlowExecutionsRequest.serializableBuilderClass()