Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsRequest.Builder
-
Packages that use ListAgentVersionsRequest.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 ListAgentVersionsRequest.Builder in software.amazon.awssdk.services.bedrockagent
-
Uses of ListAgentVersionsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentVersionsRequest.Builder Modifier and Type Method Description ListAgentVersionsRequest.BuilderListAgentVersionsRequest.Builder. agentId(String agentId)The unique identifier of the agent.static ListAgentVersionsRequest.BuilderListAgentVersionsRequest. builder()ListAgentVersionsRequest.BuilderListAgentVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListAgentVersionsRequest.BuilderListAgentVersionsRequest.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.ListAgentVersionsRequest.BuilderListAgentVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAgentVersionsRequest.BuilderListAgentVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAgentVersionsRequest.BuilderListAgentVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListAgentVersionsRequest.Builder>ListAgentVersionsRequest. serializableBuilderClass()
-