| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigTypeData |
UpdateConfigRequest.configData()
Parameters of a
Config. |
ConfigTypeData |
CreateConfigRequest.configData()
Parameters of a
Config. |
ConfigTypeData |
GetConfigResponse.configData()
Data elements in a
Config. |
static ConfigTypeData |
ConfigTypeData.fromAntennaDownlinkConfig(AntennaDownlinkConfig antennaDownlinkConfig)
Create an instance of this class with
antennaDownlinkConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromAntennaDownlinkConfig(Consumer<AntennaDownlinkConfig.Builder> antennaDownlinkConfig)
Create an instance of this class with
antennaDownlinkConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromAntennaDownlinkDemodDecodeConfig(AntennaDownlinkDemodDecodeConfig antennaDownlinkDemodDecodeConfig)
Create an instance of this class with
antennaDownlinkDemodDecodeConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromAntennaDownlinkDemodDecodeConfig(Consumer<AntennaDownlinkDemodDecodeConfig.Builder> antennaDownlinkDemodDecodeConfig)
Create an instance of this class with
antennaDownlinkDemodDecodeConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromAntennaUplinkConfig(AntennaUplinkConfig antennaUplinkConfig)
Create an instance of this class with
antennaUplinkConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromAntennaUplinkConfig(Consumer<AntennaUplinkConfig.Builder> antennaUplinkConfig)
Create an instance of this class with
antennaUplinkConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromDataflowEndpointConfig(Consumer<DataflowEndpointConfig.Builder> dataflowEndpointConfig)
Create an instance of this class with
dataflowEndpointConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromDataflowEndpointConfig(DataflowEndpointConfig dataflowEndpointConfig)
Create an instance of this class with
dataflowEndpointConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromS3RecordingConfig(Consumer<S3RecordingConfig.Builder> s3RecordingConfig)
Create an instance of this class with
s3RecordingConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromS3RecordingConfig(S3RecordingConfig s3RecordingConfig)
Create an instance of this class with
s3RecordingConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromTrackingConfig(Consumer<TrackingConfig.Builder> trackingConfig)
Create an instance of this class with
trackingConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromTrackingConfig(TrackingConfig trackingConfig)
Create an instance of this class with
trackingConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromUplinkEchoConfig(Consumer<UplinkEchoConfig.Builder> uplinkEchoConfig)
Create an instance of this class with
uplinkEchoConfig() initialized to the given value. |
static ConfigTypeData |
ConfigTypeData.fromUplinkEchoConfig(UplinkEchoConfig uplinkEchoConfig)
Create an instance of this class with
uplinkEchoConfig() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.configData(ConfigTypeData configData)
Parameters of a
Config. |
CreateConfigRequest.Builder |
CreateConfigRequest.Builder.configData(ConfigTypeData configData)
Parameters of a
Config. |
GetConfigResponse.Builder |
GetConfigResponse.Builder.configData(ConfigTypeData configData)
Data elements in a
Config. |
Copyright © 2023. All rights reserved.