Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsRequest
Packages that use ListFlowVersionsRequest
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListFlowVersionsRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type ListFlowVersionsRequestModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listFlowVersions(ListFlowVersionsRequest listFlowVersionsRequest) Returns a list of information about each flow.default ListFlowVersionsResponseBedrockAgentClient.listFlowVersions(ListFlowVersionsRequest listFlowVersionsRequest) Returns a list of information about each flow.default ListFlowVersionsPublisherBedrockAgentAsyncClient.listFlowVersionsPaginator(ListFlowVersionsRequest listFlowVersionsRequest) This is a variant ofBedrockAgentAsyncClient.listFlowVersions(software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsRequest)operation.default ListFlowVersionsIterableBedrockAgentClient.listFlowVersionsPaginator(ListFlowVersionsRequest listFlowVersionsRequest) This is a variant ofBedrockAgentClient.listFlowVersions(software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsRequest)operation. -
Uses of ListFlowVersionsRequest in software.amazon.awssdk.services.bedrockagent.paginators
Constructors in software.amazon.awssdk.services.bedrockagent.paginators with parameters of type ListFlowVersionsRequestModifierConstructorDescriptionListFlowVersionsIterable(BedrockAgentClient client, ListFlowVersionsRequest firstRequest) ListFlowVersionsPublisher(BedrockAgentAsyncClient client, ListFlowVersionsRequest firstRequest) -
Uses of ListFlowVersionsRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type ListFlowVersionsRequestModifier and TypeMethodDescriptionListFlowVersionsRequestMarshaller.marshall(ListFlowVersionsRequest listFlowVersionsRequest)