Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentsResponse.Builder
-
Packages that use ListAgentsResponse.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ListAgentsResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentsResponse.Builder Modifier and Type Method Description ListAgentsResponse.BuilderListAgentsResponse.Builder. agentSummaries(Collection<AgentSummary> agentSummaries)Sets the value of the AgentSummaries property for this object.ListAgentsResponse.BuilderListAgentsResponse.Builder. agentSummaries(Consumer<AgentSummary.Builder>... agentSummaries)Sets the value of the AgentSummaries property for this object.ListAgentsResponse.BuilderListAgentsResponse.Builder. agentSummaries(AgentSummary... agentSummaries)Sets the value of the AgentSummaries property for this object.static ListAgentsResponse.BuilderListAgentsResponse. builder()ListAgentsResponse.BuilderListAgentsResponse.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListAgentsResponse.BuilderListAgentsResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentsResponse.Builder Modifier and Type Method Description static Class<? extends ListAgentsResponse.Builder>ListAgentsResponse. serializableBuilderClass()
-