| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigDetails |
Destination.configDetails()
Additional details for a
Config, if type is dataflow endpoint or antenna demod decode. |
ConfigDetails |
Source.configDetails()
Additional details for a
Config, if type is dataflow-endpoint or
antenna-downlink-demod-decode |
static ConfigDetails |
ConfigDetails.fromAntennaDemodDecodeDetails(AntennaDemodDecodeDetails antennaDemodDecodeDetails)
Create an instance of this class with
antennaDemodDecodeDetails() initialized to the given value. |
static ConfigDetails |
ConfigDetails.fromAntennaDemodDecodeDetails(Consumer<AntennaDemodDecodeDetails.Builder> antennaDemodDecodeDetails)
Create an instance of this class with
antennaDemodDecodeDetails() initialized to the given value. |
static ConfigDetails |
ConfigDetails.fromEndpointDetails(Consumer<EndpointDetails.Builder> endpointDetails)
Create an instance of this class with
endpointDetails() initialized to the given value. |
static ConfigDetails |
ConfigDetails.fromEndpointDetails(EndpointDetails endpointDetails)
Create an instance of this class with
endpointDetails() initialized to the given value. |
static ConfigDetails |
ConfigDetails.fromS3RecordingDetails(Consumer<S3RecordingDetails.Builder> s3RecordingDetails)
Create an instance of this class with
s3RecordingDetails() initialized to the given value. |
static ConfigDetails |
ConfigDetails.fromS3RecordingDetails(S3RecordingDetails s3RecordingDetails)
Create an instance of this class with
s3RecordingDetails() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
Destination.Builder.configDetails(ConfigDetails configDetails)
Additional details for a
Config, if type is dataflow endpoint or antenna demod decode. |
Source.Builder |
Source.Builder.configDetails(ConfigDetails configDetails)
Additional details for a
Config, if type is dataflow-endpoint or
antenna-downlink-demod-decode |
Copyright © 2023. All rights reserved.