Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsRequest.Builder
Packages that use ListFlowVersionsRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListFlowVersionsRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListFlowVersionsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listFlowVersions(Consumer<ListFlowVersionsRequest.Builder> listFlowVersionsRequest) Returns a list of information about each flow.default ListFlowVersionsResponseBedrockAgentClient.listFlowVersions(Consumer<ListFlowVersionsRequest.Builder> listFlowVersionsRequest) Returns a list of information about each flow.default ListFlowVersionsPublisherBedrockAgentAsyncClient.listFlowVersionsPaginator(Consumer<ListFlowVersionsRequest.Builder> listFlowVersionsRequest) This is a variant ofBedrockAgentAsyncClient.listFlowVersions(software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsRequest)operation.default ListFlowVersionsIterableBedrockAgentClient.listFlowVersionsPaginator(Consumer<ListFlowVersionsRequest.Builder> listFlowVersionsRequest) This is a variant ofBedrockAgentClient.listFlowVersions(software.amazon.awssdk.services.bedrockagent.model.ListFlowVersionsRequest)operation. -
Uses of ListFlowVersionsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListFlowVersionsRequest.BuilderModifier and TypeMethodDescriptionListFlowVersionsRequest.builder()ListFlowVersionsRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.ListFlowVersionsRequest.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.ListFlowVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListFlowVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListFlowVersionsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListFlowVersionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListFlowVersionsRequest.Builder>ListFlowVersionsRequest.serializableBuilderClass()