Uses of Class
software.amazon.awssdk.services.groundstation.model.ComponentStatusData
-
Packages that use ComponentStatusData Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of ComponentStatusData in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type ComponentStatusData Modifier and Type Method Description List<ComponentStatusData>UpdateAgentStatusRequest. componentStatuses()List of component statuses for agent.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type ComponentStatusData Modifier and Type Method Description UpdateAgentStatusRequest.BuilderUpdateAgentStatusRequest.Builder. componentStatuses(ComponentStatusData... componentStatuses)List of component statuses for agent.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type ComponentStatusData Modifier and Type Method Description UpdateAgentStatusRequest.BuilderUpdateAgentStatusRequest.Builder. componentStatuses(Collection<ComponentStatusData> componentStatuses)List of component statuses for agent.
-