Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentVersionsResponse.Builder
Packages that use ListAgentVersionsResponse.Builder
-
Uses of ListAgentVersionsResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentVersionsResponse.BuilderModifier and TypeMethodDescriptionListAgentVersionsResponse.Builder.agentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries) A list of objects, each of which contains information about a version of the agent.ListAgentVersionsResponse.Builder.agentVersionSummaries(Consumer<AgentVersionSummary.Builder>... agentVersionSummaries) A list of objects, each of which contains information about a version of the agent.ListAgentVersionsResponse.Builder.agentVersionSummaries(AgentVersionSummary... agentVersionSummaries) A list of objects, each of which contains information about a version of the agent.ListAgentVersionsResponse.builder()If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListAgentVersionsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentVersionsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAgentVersionsResponse.Builder>ListAgentVersionsResponse.serializableBuilderClass()