| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
AgentDetails |
AgentDetails.clone() |
AgentDetails |
RegisterAgentRequest.getAgentDetails()
Detailed information about the agent being registered.
|
AgentDetails |
AgentDetails.withAgentCpuCores(Collection<Integer> agentCpuCores)
List of CPU cores reserved for the agent.
|
AgentDetails |
AgentDetails.withAgentCpuCores(Integer... agentCpuCores)
List of CPU cores reserved for the agent.
|
AgentDetails |
AgentDetails.withAgentVersion(String agentVersion)
Current agent version.
|
AgentDetails |
AgentDetails.withComponentVersions(Collection<ComponentVersion> componentVersions)
List of versions being used by agent components.
|
AgentDetails |
AgentDetails.withComponentVersions(ComponentVersion... componentVersions)
List of versions being used by agent components.
|
AgentDetails |
AgentDetails.withInstanceId(String instanceId)
ID of EC2 instance agent is running on.
|
AgentDetails |
AgentDetails.withInstanceType(String instanceType)
Type of EC2 instance agent is running on.
|
AgentDetails |
AgentDetails.withReservedCpuCores(Collection<Integer> reservedCpuCores)
|
AgentDetails |
AgentDetails.withReservedCpuCores(Integer... reservedCpuCores)
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterAgentRequest.setAgentDetails(AgentDetails agentDetails)
Detailed information about the agent being registered.
|
RegisterAgentRequest |
RegisterAgentRequest.withAgentDetails(AgentDetails agentDetails)
Detailed information about the agent being registered.
|
Copyright © 2023. All rights reserved.