Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowSummary
Packages that use FlowSummary
Package
Description
-
Uses of FlowSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowSummaryModifier and TypeMethodDescriptionfinal List<FlowSummary>ListFlowsResponse.flowSummaries()A list, each member of which contains information about a flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowSummaryModifier and TypeMethodDescriptionListFlowsResponse.Builder.flowSummaries(FlowSummary... flowSummaries) A list, each member of which contains information about a flow.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowSummaryModifier and TypeMethodDescriptionListFlowsResponse.Builder.flowSummaries(Collection<FlowSummary> flowSummaries) A list, each member of which contains information about a flow. -
Uses of FlowSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type FlowSummaryModifier and TypeMethodDescriptionfinal SdkIterable<FlowSummary>ListFlowsIterable.flowSummaries()Returns an iterable to iterate through the paginatedListFlowsResponse.flowSummaries()member.final SdkPublisher<FlowSummary>ListFlowsPublisher.flowSummaries()Returns a publisher that can be used to get a stream of data.