Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListFlowsResponse.Builder
Packages that use ListFlowsResponse.Builder
-
Uses of ListFlowsResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListFlowsResponse.BuilderModifier and TypeMethodDescriptionstatic ListFlowsResponse.BuilderListFlowsResponse.builder()ListFlowsResponse.Builder.flowSummaries(Collection<FlowSummary> flowSummaries) A list, each member of which contains information about a flow.ListFlowsResponse.Builder.flowSummaries(Consumer<FlowSummary.Builder>... flowSummaries) A list, each member of which contains information about a flow.ListFlowsResponse.Builder.flowSummaries(FlowSummary... flowSummaries) 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.ListFlowsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListFlowsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListFlowsResponse.Builder>ListFlowsResponse.serializableBuilderClass()