Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListFlowsRequest.Builder
Packages that use ListFlowsRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListFlowsRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListFlowsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListFlowsResponse>BedrockAgentAsyncClient.listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest) Returns a list of flows and information about each flow.default ListFlowsResponseBedrockAgentClient.listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest) Returns a list of flows and information about each flow.default ListFlowsPublisherBedrockAgentAsyncClient.listFlowsPaginator(Consumer<ListFlowsRequest.Builder> listFlowsRequest) This is a variant ofBedrockAgentAsyncClient.listFlows(software.amazon.awssdk.services.bedrockagent.model.ListFlowsRequest)operation.default ListFlowsIterableBedrockAgentClient.listFlowsPaginator(Consumer<ListFlowsRequest.Builder> listFlowsRequest) This is a variant ofBedrockAgentClient.listFlows(software.amazon.awssdk.services.bedrockagent.model.ListFlowsRequest)operation. -
Uses of ListFlowsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListFlowsRequest.BuilderModifier and TypeMethodDescriptionstatic ListFlowsRequest.BuilderListFlowsRequest.builder()ListFlowsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in the response.If the total number of results is greater than themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.ListFlowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListFlowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListFlowsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListFlowsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListFlowsRequest.Builder>ListFlowsRequest.serializableBuilderClass()