Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsResponse
Packages that use ListFlowVersionsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListFlowVersionsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListFlowVersionsResponseModifier and TypeMethodDescriptiondefault ListFlowVersionsResponseBedrockAgentClient.listFlowVersions(Consumer<ListFlowVersionsRequest.Builder> listFlowVersionsRequest) Returns a list of information about each flow.default ListFlowVersionsResponseBedrockAgentClient.listFlowVersions(ListFlowVersionsRequest listFlowVersionsRequest) Returns a list of information about each flow.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListFlowVersionsResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listFlowVersions(Consumer<ListFlowVersionsRequest.Builder> listFlowVersionsRequest) Returns a list of information about each flow.BedrockAgentAsyncClient.listFlowVersions(ListFlowVersionsRequest listFlowVersionsRequest) Returns a list of information about each flow. -
Uses of ListFlowVersionsResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListFlowVersionsResponseMethod parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListFlowVersionsResponseModifier and TypeMethodDescriptionvoidListFlowVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFlowVersionsResponse> subscriber)