Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentsResponse.Builder
Packages that use ListAgentsResponse.Builder
-
Uses of ListAgentsResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentsResponse.BuilderModifier and TypeMethodDescriptionListAgentsResponse.Builder.agentSummaries(Collection<AgentSummary> agentSummaries) A list of objects, each of which contains information about an agent.ListAgentsResponse.Builder.agentSummaries(Consumer<AgentSummary.Builder>... agentSummaries) A list of objects, each of which contains information about an agent.ListAgentsResponse.Builder.agentSummaries(AgentSummary... agentSummaries) A list of objects, each of which contains information about an agent.static ListAgentsResponse.BuilderListAgentsResponse.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.ListAgentsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAgentsResponse.Builder>ListAgentsResponse.serializableBuilderClass()