| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model | |
| software.amazon.awssdk.services.applicationdiscovery.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AgentInfo> |
DescribeAgentsResponse.agentsInfo()
Lists agents or the collector by ID or lists all agents/collectors associated with your user, if you did not
specify an agent/collector ID.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentsResponse.Builder |
DescribeAgentsResponse.Builder.agentsInfo(AgentInfo... agentsInfo)
Lists agents or the collector by ID or lists all agents/collectors associated with your user, if you did not
specify an agent/collector ID.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentsResponse.Builder |
DescribeAgentsResponse.Builder.agentsInfo(Collection<AgentInfo> agentsInfo)
Lists agents or the collector by ID or lists all agents/collectors associated with your user, if you did not
specify an agent/collector ID.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AgentInfo> |
DescribeAgentsPublisher.agentsInfo()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AgentInfo> |
DescribeAgentsIterable.agentsInfo()
Returns an iterable to iterate through the paginated
DescribeAgentsResponse.agentsInfo() member. |
Copyright © 2023. All rights reserved.