public static interface DescribeAgentsResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAgentsResponse.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 method that creates an instance of theAgentInfo.Builder avoiding the need to
create one manually via
AgentInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #agentsInfo(List.
agentsInfo - a consumer that will call methods on
AgentInfo.Builder#agentsInfo(java.util.Collection) 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 © 2023. All rights reserved.