Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowSummary
-
Packages that use FlowSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 FlowSummary Modifier and Type Method Description 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 FlowSummary Modifier and Type Method Description ListFlowsResponse.BuilderListFlowsResponse.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 FlowSummary Modifier and Type Method Description ListFlowsResponse.BuilderListFlowsResponse.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 FlowSummary Modifier and Type Method Description SdkIterable<FlowSummary>ListFlowsIterable. flowSummaries()Returns an iterable to iterate through the paginatedListFlowsResponse.flowSummaries()member.SdkPublisher<FlowSummary>ListFlowsPublisher. flowSummaries()Returns a publisher that can be used to get a stream of data.
-