Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsRequest.Builder
Packages that use ListAgentVersionsRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListAgentVersionsRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListAgentVersionsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listAgentVersions(Consumer<ListAgentVersionsRequest.Builder> listAgentVersionsRequest) Lists the versions of an agent and information about each version.default ListAgentVersionsResponseBedrockAgentClient.listAgentVersions(Consumer<ListAgentVersionsRequest.Builder> listAgentVersionsRequest) Lists the versions of an agent and information about each version.default ListAgentVersionsPublisherBedrockAgentAsyncClient.listAgentVersionsPaginator(Consumer<ListAgentVersionsRequest.Builder> listAgentVersionsRequest) This is a variant ofBedrockAgentAsyncClient.listAgentVersions(software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsRequest)operation.default ListAgentVersionsIterableBedrockAgentClient.listAgentVersionsPaginator(Consumer<ListAgentVersionsRequest.Builder> listAgentVersionsRequest) This is a variant ofBedrockAgentClient.listAgentVersions(software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsRequest)operation. -
Uses of ListAgentVersionsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentVersionsRequest.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent.ListAgentVersionsRequest.builder()ListAgentVersionsRequest.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.ListAgentVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAgentVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListAgentVersionsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentVersionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAgentVersionsRequest.Builder>ListAgentVersionsRequest.serializableBuilderClass()