| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigTypeData |
ConfigTypeData.clone() |
ConfigTypeData |
GetConfigResult.getConfigData()
Data elements in a
Config. |
ConfigTypeData |
CreateConfigRequest.getConfigData()
Parameters of a
Config. |
ConfigTypeData |
UpdateConfigRequest.getConfigData()
Parameters of a
Config. |
ConfigTypeData |
ConfigTypeData.withAntennaDownlinkConfig(AntennaDownlinkConfig antennaDownlinkConfig)
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
|
ConfigTypeData |
ConfigTypeData.withAntennaDownlinkDemodDecodeConfig(AntennaDownlinkDemodDecodeConfig antennaDownlinkDemodDecodeConfig)
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
|
ConfigTypeData |
ConfigTypeData.withAntennaUplinkConfig(AntennaUplinkConfig antennaUplinkConfig)
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
|
ConfigTypeData |
ConfigTypeData.withDataflowEndpointConfig(DataflowEndpointConfig dataflowEndpointConfig)
Information about the dataflow endpoint
Config. |
ConfigTypeData |
ConfigTypeData.withS3RecordingConfig(S3RecordingConfig s3RecordingConfig)
Information about an S3 recording
Config. |
ConfigTypeData |
ConfigTypeData.withTrackingConfig(TrackingConfig trackingConfig)
Object that determines whether tracking should be used during a contact executed with this
Config in
the mission profile. |
ConfigTypeData |
ConfigTypeData.withUplinkEchoConfig(UplinkEchoConfig uplinkEchoConfig)
Information about an uplink echo
Config. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetConfigResult.setConfigData(ConfigTypeData configData)
Data elements in a
Config. |
void |
CreateConfigRequest.setConfigData(ConfigTypeData configData)
Parameters of a
Config. |
void |
UpdateConfigRequest.setConfigData(ConfigTypeData configData)
Parameters of a
Config. |
GetConfigResult |
GetConfigResult.withConfigData(ConfigTypeData configData)
Data elements in a
Config. |
CreateConfigRequest |
CreateConfigRequest.withConfigData(ConfigTypeData configData)
Parameters of a
Config. |
UpdateConfigRequest |
UpdateConfigRequest.withConfigData(ConfigTypeData configData)
Parameters of a
Config. |
Copyright © 2024. All rights reserved.