Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsResponse.Builder
Packages that use ListFlowVersionsResponse.Builder
-
Uses of ListFlowVersionsResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListFlowVersionsResponse.BuilderModifier and TypeMethodDescriptionListFlowVersionsResponse.builder()ListFlowVersionsResponse.Builder.flowVersionSummaries(Collection<FlowVersionSummary> flowVersionSummaries) A list, each member of which contains information about a flow.ListFlowVersionsResponse.Builder.flowVersionSummaries(Consumer<FlowVersionSummary.Builder>... flowVersionSummaries) A list, each member of which contains information about a flow.ListFlowVersionsResponse.Builder.flowVersionSummaries(FlowVersionSummary... flowVersionSummaries) A list, each member of which contains information about a flow.If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListFlowVersionsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListFlowVersionsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListFlowVersionsResponse.Builder>ListFlowVersionsResponse.serializableBuilderClass()