| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentStatusData |
ComponentStatusData.clone() |
ComponentStatusData |
ComponentStatusData.withBytesReceived(Long bytesReceived)
Bytes received by the component.
|
ComponentStatusData |
ComponentStatusData.withBytesSent(Long bytesSent)
Bytes sent by the component.
|
ComponentStatusData |
ComponentStatusData.withCapabilityArn(String capabilityArn)
Capability ARN of the component.
|
ComponentStatusData |
ComponentStatusData.withComponentType(String componentType)
The Component type.
|
ComponentStatusData |
ComponentStatusData.withDataflowId(String dataflowId)
Dataflow UUID associated with the component.
|
ComponentStatusData |
ComponentStatusData.withPacketsDropped(Long packetsDropped)
Packets dropped by component.
|
ComponentStatusData |
ComponentStatusData.withStatus(AgentStatus status)
Component status.
|
ComponentStatusData |
ComponentStatusData.withStatus(String status)
Component status.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentStatusData> |
UpdateAgentStatusRequest.getComponentStatuses()
List of component statuses for agent.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentStatusRequest |
UpdateAgentStatusRequest.withComponentStatuses(ComponentStatusData... componentStatuses)
List of component statuses for agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAgentStatusRequest.setComponentStatuses(Collection<ComponentStatusData> componentStatuses)
List of component statuses for agent.
|
UpdateAgentStatusRequest |
UpdateAgentStatusRequest.withComponentStatuses(Collection<ComponentStatusData> componentStatuses)
List of component statuses for agent.
|
Copyright © 2023. All rights reserved.