Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model | |
com.amazonaws.services.applicationdiscovery.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AgentInfo> |
DescribeAgentsResult.agentsInfo
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
Modifier and Type | Method and Description |
---|---|
AgentInfo |
AgentInfo.clone() |
AgentInfo |
AgentInfo.withAgentId(java.lang.String agentId)
The agent ID.
|
AgentInfo |
AgentInfo.withAgentNetworkInfoList(AgentNetworkInfo... agentNetworkInfoList)
Network details about the host where the agent resides.
|
AgentInfo |
AgentInfo.withAgentNetworkInfoList(java.util.Collection<AgentNetworkInfo> agentNetworkInfoList)
Network details about the host where the agent resides.
|
AgentInfo |
AgentInfo.withConnectorId(java.lang.String connectorId)
This data type is currently not valid.
|
AgentInfo |
AgentInfo.withHealth(AgentStatus health)
The health of the agent.
|
AgentInfo |
AgentInfo.withHealth(java.lang.String health)
The health of the agent.
|
AgentInfo |
AgentInfo.withHostName(java.lang.String hostName)
The name of the host where the agent resides.
|
AgentInfo |
AgentInfo.withVersion(java.lang.String version)
The agent version.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AgentInfo> |
DescribeAgentsResult.getAgentsInfo()
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
Modifier and Type | Method and Description |
---|---|
DescribeAgentsResult |
DescribeAgentsResult.withAgentsInfo(AgentInfo... agentsInfo)
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAgentsResult.setAgentsInfo(java.util.Collection<AgentInfo> agentsInfo)
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
DescribeAgentsResult |
DescribeAgentsResult.withAgentsInfo(java.util.Collection<AgentInfo> agentsInfo)
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
Modifier and Type | Method and Description |
---|---|
AgentInfo |
AgentInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AgentInfoJsonMarshaller.marshall(AgentInfo agentInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|