| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
AgentInfo.Builder |
AgentInfo.Builder.agentId(String agentId)
The agent or connector ID.
|
AgentInfo.Builder |
AgentInfo.Builder.agentNetworkInfoList(AgentNetworkInfo... agentNetworkInfoList)
Network details about the host where the agent or connector resides.
|
AgentInfo.Builder |
AgentInfo.Builder.agentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList)
Network details about the host where the agent or connector resides.
|
AgentInfo.Builder |
AgentInfo.Builder.agentNetworkInfoList(Consumer<AgentNetworkInfo.Builder>... agentNetworkInfoList)
Network details about the host where the agent or connector resides.
|
AgentInfo.Builder |
AgentInfo.Builder.agentType(String agentType)
Type of agent.
|
static AgentInfo.Builder |
AgentInfo.builder() |
AgentInfo.Builder |
AgentInfo.Builder.collectionStatus(String collectionStatus)
Status of the collection process for an agent or connector.
|
AgentInfo.Builder |
AgentInfo.Builder.connectorId(String connectorId)
The ID of the connector.
|
AgentInfo.Builder |
AgentInfo.Builder.health(AgentStatus health)
The health of the agent or connector.
|
AgentInfo.Builder |
AgentInfo.Builder.health(String health)
The health of the agent or connector.
|
AgentInfo.Builder |
AgentInfo.Builder.hostName(String hostName)
The name of the host where the agent or connector resides.
|
AgentInfo.Builder |
AgentInfo.Builder.lastHealthPingTime(String lastHealthPingTime)
Time since agent or connector health was reported.
|
AgentInfo.Builder |
AgentInfo.Builder.registeredTime(String registeredTime)
Agent's first registration timestamp in UTC.
|
AgentInfo.Builder |
AgentInfo.toBuilder() |
AgentInfo.Builder |
AgentInfo.Builder.version(String version)
The agent or connector version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AgentInfo.Builder> |
AgentInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.