public static interface DescribeAgentsResponse.Builder extends ApplicationDiscoveryResponse.Builder, CopyableBuilder<DescribeAgentsResponse.Builder,DescribeAgentsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAgentsResponse.Builder |
agentsInfo(AgentInfo... agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you
did not specify an agent/Connector ID.
|
DescribeAgentsResponse.Builder |
agentsInfo(Collection<AgentInfo> agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you
did not specify an agent/Connector ID.
|
DescribeAgentsResponse.Builder |
agentsInfo(Consumer<AgentInfo.Builder>... agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you
did not specify an agent/Connector ID.
|
DescribeAgentsResponse.Builder |
nextToken(String nextToken)
Token to retrieve the next set of results.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeAgentsResponse.Builder agentsInfo(Collection<AgentInfo> agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an agent/Connector ID. The output includes agent/Connector IDs, IP addresses, media access control (MAC) addresses, agent/Connector health, host name where the agent/Connector resides, and the version number of each agent/Connector.
agentsInfo
- Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account
if you did not specify an agent/Connector ID. The output includes agent/Connector IDs, IP addresses,
media access control (MAC) addresses, agent/Connector health, host name where the agent/Connector
resides, and the version number of each agent/Connector.DescribeAgentsResponse.Builder agentsInfo(AgentInfo... agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an agent/Connector ID. The output includes agent/Connector IDs, IP addresses, media access control (MAC) addresses, agent/Connector health, host name where the agent/Connector resides, and the version number of each agent/Connector.
agentsInfo
- Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account
if you did not specify an agent/Connector ID. The output includes agent/Connector IDs, IP addresses,
media access control (MAC) addresses, agent/Connector health, host name where the agent/Connector
resides, and the version number of each agent/Connector.DescribeAgentsResponse.Builder agentsInfo(Consumer<AgentInfo.Builder>... agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an agent/Connector ID. The output includes agent/Connector IDs, IP addresses, media access control (MAC) addresses, agent/Connector health, host name where the agent/Connector resides, and the version number of each agent/Connector.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #agentsInfo(List)
.agentsInfo
- a consumer that will call methods on List.Builder
#agentsInfo(List)
DescribeAgentsResponse.Builder nextToken(String nextToken)
Token to retrieve the next set of results. For example, if you specified 100 IDs for
DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10, you
received a set of 10 results along with this token. Use this token in the next query to retrieve the next set
of 10.
nextToken
- Token to retrieve the next set of results. For example, if you specified 100 IDs for
DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to
10, you received a set of 10 results along with this token. Use this token in the next query to
retrieve the next set of 10.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.