Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListFlowsResponse
Packages that use ListFlowsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListFlowsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListFlowsResponseModifier and TypeMethodDescriptiondefault 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 ListFlowsResponseModifier and TypeMethodDescriptiondefault 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 ListFlowsResponseMethod parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListFlowsResponseModifier and TypeMethodDescriptionvoidListFlowsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFlowsResponse> subscriber)