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