Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListFlowsResponse
-
Packages that use ListFlowsResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListFlowsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListFlowsResponse Modifier and Type Method Description default ListFlowsResponseBedrockAgentClient. listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)Returns a list of flows and information about each flow.default ListFlowsResponseBedrockAgentClient. listFlows(ListFlowsRequest listFlowsRequest)Returns a list of flows and information about each flow.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListFlowsResponse Modifier and Type Method Description default CompletableFuture<ListFlowsResponse>BedrockAgentAsyncClient. listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)Returns a list of flows and information about each flow.default CompletableFuture<ListFlowsResponse>BedrockAgentAsyncClient. listFlows(ListFlowsRequest listFlowsRequest)Returns a list of flows and information about each flow. -
Uses of ListFlowsResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListFlowsResponse Modifier and Type Method Description Iterator<ListFlowsResponse>ListFlowsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListFlowsResponse Modifier and Type Method Description voidListFlowsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFlowsResponse> subscriber)
-