Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListFlowsRequest
Packages that use ListFlowsRequest
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListFlowsRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type ListFlowsRequestModifier and TypeMethodDescriptiondefault 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 ListFlowsRequestModifierConstructorDescriptionListFlowsIterable(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 ListFlowsRequestModifier and TypeMethodDescriptionListFlowsRequestMarshaller.marshall(ListFlowsRequest listFlowsRequest)