Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListFlowExecutionEventsRequest.Builder
Packages that use ListFlowExecutionEventsRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of ListFlowExecutionEventsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type ListFlowExecutionEventsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.listFlowExecutionEvents(Consumer<ListFlowExecutionEventsRequest.Builder> listFlowExecutionEventsRequest) Lists events that occurred during a flow execution.default ListFlowExecutionEventsResponseBedrockAgentRuntimeClient.listFlowExecutionEvents(Consumer<ListFlowExecutionEventsRequest.Builder> listFlowExecutionEventsRequest) Lists events that occurred during a flow execution.default ListFlowExecutionEventsPublisherBedrockAgentRuntimeAsyncClient.listFlowExecutionEventsPaginator(Consumer<ListFlowExecutionEventsRequest.Builder> listFlowExecutionEventsRequest) default ListFlowExecutionEventsIterableBedrockAgentRuntimeClient.listFlowExecutionEventsPaginator(Consumer<ListFlowExecutionEventsRequest.Builder> listFlowExecutionEventsRequest) -
Uses of ListFlowExecutionEventsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListFlowExecutionEventsRequest.BuilderModifier and TypeMethodDescriptionListFlowExecutionEventsRequest.builder()The type of events to retrieve.ListFlowExecutionEventsRequest.Builder.eventType(FlowExecutionEventType eventType) The type of events to retrieve.ListFlowExecutionEventsRequest.Builder.executionIdentifier(String executionIdentifier) The unique identifier of the flow execution.ListFlowExecutionEventsRequest.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias used for the execution.ListFlowExecutionEventsRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.ListFlowExecutionEventsRequest.Builder.maxResults(Integer maxResults) The maximum number of events to return in a single response.A token to retrieve the next set of results.ListFlowExecutionEventsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListFlowExecutionEventsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListFlowExecutionEventsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListFlowExecutionEventsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListFlowExecutionEventsRequest.Builder>ListFlowExecutionEventsRequest.serializableBuilderClass()