Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListFlowsRequest
-
Packages that use ListFlowsRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of ListFlowsRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type ListFlowsRequest Modifier and Type Method Description default CompletableFuture<ListFlowsResponse>BedrockAgentAsyncClient. listFlows(ListFlowsRequest 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.default ListFlowsPublisherBedrockAgentAsyncClient. listFlowsPaginator(ListFlowsRequest listFlowsRequest)This is a variant ofBedrockAgentAsyncClient.listFlows(software.amazon.awssdk.services.bedrockagent.model.ListFlowsRequest)operation.default ListFlowsIterableBedrockAgentClient. listFlowsPaginator(ListFlowsRequest listFlowsRequest)This is a variant ofBedrockAgentClient.listFlows(software.amazon.awssdk.services.bedrockagent.model.ListFlowsRequest)operation. -
Uses of ListFlowsRequest in software.amazon.awssdk.services.bedrockagent.paginators
Constructors in software.amazon.awssdk.services.bedrockagent.paginators with parameters of type ListFlowsRequest Constructor Description ListFlowsIterable(BedrockAgentClient client, ListFlowsRequest firstRequest)ListFlowsPublisher(BedrockAgentAsyncClient client, ListFlowsRequest firstRequest) -
Uses of ListFlowsRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type ListFlowsRequest Modifier and Type Method Description SdkHttpFullRequestListFlowsRequestMarshaller. marshall(ListFlowsRequest listFlowsRequest)
-