Uses of Class
software.amazon.awssdk.services.groundstation.model.TLEData
-
Packages that use TLEData Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of TLEData in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type TLEData Modifier and Type Method Description List<TLEData>TLEEphemeris. tleData()The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type TLEData Modifier and Type Method Description TLEEphemeris.BuilderTLEEphemeris.Builder. tleData(TLEData... tleData)The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type TLEData Modifier and Type Method Description TLEEphemeris.BuilderTLEEphemeris.Builder. tleData(Collection<TLEData> tleData)The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
-