Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowVersionSummary
Packages that use FlowVersionSummary
Package
Description
-
Uses of FlowVersionSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowVersionSummaryModifier and TypeMethodDescriptionfinal List<FlowVersionSummary>ListFlowVersionsResponse.flowVersionSummaries()A list, each member of which contains information about a flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowVersionSummaryModifier and TypeMethodDescriptionListFlowVersionsResponse.Builder.flowVersionSummaries(FlowVersionSummary... flowVersionSummaries) 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 FlowVersionSummaryModifier and TypeMethodDescriptionListFlowVersionsResponse.Builder.flowVersionSummaries(Collection<FlowVersionSummary> flowVersionSummaries) A list, each member of which contains information about a flow. -
Uses of FlowVersionSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type FlowVersionSummaryModifier and TypeMethodDescriptionfinal SdkIterable<FlowVersionSummary>ListFlowVersionsIterable.flowVersionSummaries()Returns an iterable to iterate through the paginatedListFlowVersionsResponse.flowVersionSummaries()member.final SdkPublisher<FlowVersionSummary>ListFlowVersionsPublisher.flowVersionSummaries()Returns a publisher that can be used to get a stream of data.