Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowVersionSummary
-
Packages that use FlowVersionSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 FlowVersionSummary Modifier and Type Method Description 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 FlowVersionSummary Modifier and Type Method Description ListFlowVersionsResponse.BuilderListFlowVersionsResponse.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 FlowVersionSummary Modifier and Type Method Description ListFlowVersionsResponse.BuilderListFlowVersionsResponse.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 FlowVersionSummary Modifier and Type Method Description SdkIterable<FlowVersionSummary>ListFlowVersionsIterable. flowVersionSummaries()Returns an iterable to iterate through the paginatedListFlowVersionsResponse.flowVersionSummaries()member.SdkPublisher<FlowVersionSummary>ListFlowVersionsPublisher. flowVersionSummaries()Returns a publisher that can be used to get a stream of data.
-