ListAgentVersionsResponse.Builder |
ListAgentVersionsResponse.Builder.agentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries) |
A list of objects, each of which contains information about a version of the agent.
|
ListAgentVersionsResponse.Builder |
ListAgentVersionsResponse.Builder.agentVersionSummaries(Consumer<AgentVersionSummary.Builder>... agentVersionSummaries) |
A list of objects, each of which contains information about a version of the agent.
|
ListAgentVersionsResponse.Builder |
ListAgentVersionsResponse.Builder.agentVersionSummaries(AgentVersionSummary... agentVersionSummaries) |
A list of objects, each of which contains information about a version of the agent.
|
static ListAgentVersionsResponse.Builder |
ListAgentVersionsResponse.builder() |
|
ListAgentVersionsResponse.Builder |
ListAgentVersionsResponse.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.
|
ListAgentVersionsResponse.Builder |
ListAgentVersionsResponse.toBuilder() |
|