Uses of Class
software.amazon.awssdk.services.groundstation.model.ConfigDetails
-
Packages that use ConfigDetails Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of ConfigDetails in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return ConfigDetails Modifier and Type Method Description ConfigDetailsDestination. configDetails()Additional details for aConfig, if type is dataflow endpoint or antenna demod decode.ConfigDetailsSource. configDetails()Additional details for aConfig, if type isdataflow-endpointorantenna-downlink-demod-decodestatic ConfigDetailsConfigDetails. fromAntennaDemodDecodeDetails(Consumer<AntennaDemodDecodeDetails.Builder> antennaDemodDecodeDetails)Create an instance of this class withantennaDemodDecodeDetails()initialized to the given value.static ConfigDetailsConfigDetails. fromAntennaDemodDecodeDetails(AntennaDemodDecodeDetails antennaDemodDecodeDetails)Create an instance of this class withantennaDemodDecodeDetails()initialized to the given value.static ConfigDetailsConfigDetails. fromEndpointDetails(Consumer<EndpointDetails.Builder> endpointDetails)Create an instance of this class withendpointDetails()initialized to the given value.static ConfigDetailsConfigDetails. fromEndpointDetails(EndpointDetails endpointDetails)Create an instance of this class withendpointDetails()initialized to the given value.static ConfigDetailsConfigDetails. fromS3RecordingDetails(Consumer<S3RecordingDetails.Builder> s3RecordingDetails)Create an instance of this class withs3RecordingDetails()initialized to the given value.static ConfigDetailsConfigDetails. fromS3RecordingDetails(S3RecordingDetails s3RecordingDetails)Create an instance of this class withs3RecordingDetails()initialized to the given value.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type ConfigDetails Modifier and Type Method Description Destination.BuilderDestination.Builder. configDetails(ConfigDetails configDetails)Additional details for aConfig, if type is dataflow endpoint or antenna demod decode.Source.BuilderSource.Builder. configDetails(ConfigDetails configDetails)Additional details for aConfig, if type isdataflow-endpointorantenna-downlink-demod-decode
-