Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListFlowsRequest.Builder
-
Packages that use ListFlowsRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ListFlowsRequest.Builder in software.amazon.awssdk.services.bedrockagent
-
Uses of ListFlowsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListFlowsRequest.Builder Modifier and Type Method Description static ListFlowsRequest.BuilderListFlowsRequest. builder()ListFlowsRequest.BuilderListFlowsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListFlowsRequest.BuilderListFlowsRequest.Builder. nextToken(String nextToken)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.BuilderListFlowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFlowsRequest.BuilderListFlowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFlowsRequest.BuilderListFlowsRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListFlowsRequest.Builder Modifier and Type Method Description static Class<? extends ListFlowsRequest.Builder>ListFlowsRequest. serializableBuilderClass()
-