Uses of Interface
software.amazon.awssdk.services.groundstation.model.EphemerisTypeDescription.Builder
-
Packages that use EphemerisTypeDescription.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of EphemerisTypeDescription.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return EphemerisTypeDescription.Builder Modifier and Type Method Description static EphemerisTypeDescription.BuilderEphemerisTypeDescription. builder()default EphemerisTypeDescription.BuilderEphemerisTypeDescription.Builder. oem(Consumer<EphemerisDescription.Builder> oem)Sets the value of the Oem property for this object.EphemerisTypeDescription.BuilderEphemerisTypeDescription.Builder. oem(EphemerisDescription oem)Sets the value of the Oem property for this object.default EphemerisTypeDescription.BuilderEphemerisTypeDescription.Builder. tle(Consumer<EphemerisDescription.Builder> tle)Sets the value of the Tle property for this object.EphemerisTypeDescription.BuilderEphemerisTypeDescription.Builder. tle(EphemerisDescription tle)Sets the value of the Tle property for this object.EphemerisTypeDescription.BuilderEphemerisTypeDescription. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type EphemerisTypeDescription.Builder Modifier and Type Method Description static Class<? extends EphemerisTypeDescription.Builder>EphemerisTypeDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type EphemerisTypeDescription.Builder Modifier and Type Method Description default DescribeEphemerisResponse.BuilderDescribeEphemerisResponse.Builder. suppliedData(Consumer<EphemerisTypeDescription.Builder> suppliedData)Supplied ephemeris data.
-