Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsRequest.Builder
-
Packages that use ListAgentVersionsRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the stringsoftware.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)Id generated at the server side when an Agent is createdstatic ListAgentVersionsRequest.BuilderListAgentVersionsRequest. builder()ListAgentVersionsRequest.BuilderListAgentVersionsRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListAgentVersionsRequest.BuilderListAgentVersionsRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.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()
-