ListAgentsResponse.Builder |
ListAgentsResponse.Builder.agentSummaries(Collection<AgentSummary> agentSummaries) |
A list of objects, each of which contains information about an agent.
|
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.agentSummaries(Consumer<AgentSummary.Builder>... agentSummaries) |
A list of objects, each of which contains information about an agent.
|
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.agentSummaries(AgentSummary... agentSummaries) |
A list of objects, each of which contains information about an agent.
|
static ListAgentsResponse.Builder |
ListAgentsResponse.builder() |
|
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.nextToken(String nextToken) |
If the total number of results is greater than the maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of
results.
|
ListAgentsResponse.Builder |
ListAgentsResponse.toBuilder() |
|