Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionSummary
Packages that use FlowExecutionSummary
Package
Description
-
Uses of FlowExecutionSummary in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionSummaryModifier and TypeMethodDescriptionfinal List<FlowExecutionSummary>ListFlowExecutionsResponse.flowExecutionSummaries()A list of flow execution summaries.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowExecutionSummaryModifier and TypeMethodDescriptionListFlowExecutionsResponse.Builder.flowExecutionSummaries(FlowExecutionSummary... flowExecutionSummaries) A list of flow execution summaries.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionSummaryModifier and TypeMethodDescriptionListFlowExecutionsResponse.Builder.flowExecutionSummaries(Collection<FlowExecutionSummary> flowExecutionSummaries) A list of flow execution summaries. -
Uses of FlowExecutionSummary in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type FlowExecutionSummaryModifier and TypeMethodDescriptionfinal SdkIterable<FlowExecutionSummary>ListFlowExecutionsIterable.flowExecutionSummaries()Returns an iterable to iterate through the paginatedListFlowExecutionsResponse.flowExecutionSummaries()member.final SdkPublisher<FlowExecutionSummary>ListFlowExecutionsPublisher.flowExecutionSummaries()Returns a publisher that can be used to get a stream of data.