Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListFlowExecutionsRequest.Builder
-
Packages that use ListFlowExecutionsRequest.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 ListFlowExecutionsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type ListFlowExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFlowExecutionsResponse>BedrockAgentRuntimeAsyncClient. 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.Builder Modifier and Type Method Description static ListFlowExecutionsRequest.BuilderListFlowExecutionsRequest. builder()ListFlowExecutionsRequest.BuilderListFlowExecutionsRequest.Builder. flowAliasIdentifier(String flowAliasIdentifier)The unique identifier of the flow alias to list executions for.ListFlowExecutionsRequest.BuilderListFlowExecutionsRequest.Builder. flowIdentifier(String flowIdentifier)The unique identifier of the flow to list executions for.ListFlowExecutionsRequest.BuilderListFlowExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum number of flow executions to return in a single response.ListFlowExecutionsRequest.BuilderListFlowExecutionsRequest.Builder. nextToken(String nextToken)A token to retrieve the next set of results.ListFlowExecutionsRequest.BuilderListFlowExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFlowExecutionsRequest.BuilderListFlowExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFlowExecutionsRequest.BuilderListFlowExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListFlowExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListFlowExecutionsRequest.Builder>ListFlowExecutionsRequest. serializableBuilderClass()
-