Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsResponse
-
Packages that use ListFlowVersionsResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListFlowVersionsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListFlowVersionsResponse Modifier and Type Method Description default 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 ListFlowVersionsResponse Modifier and Type Method Description default CompletableFuture<ListFlowVersionsResponse>BedrockAgentAsyncClient. listFlowVersions(Consumer<ListFlowVersionsRequest.Builder> listFlowVersionsRequest)Returns a list of information about each flow.default CompletableFuture<ListFlowVersionsResponse>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 ListFlowVersionsResponse Modifier and Type Method Description Iterator<ListFlowVersionsResponse>ListFlowVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListFlowVersionsResponse Modifier and Type Method Description voidListFlowVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFlowVersionsResponse> subscriber)
-