| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
EphemerisDescription |
EphemerisTypeDescription.oem()
Returns the value of the Oem property for this object.
|
EphemerisDescription |
EphemerisTypeDescription.tle()
Returns the value of the Tle property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static EphemerisTypeDescription |
EphemerisTypeDescription.fromOem(EphemerisDescription oem)
Create an instance of this class with
EphemerisTypeDescription.oem() initialized to the given value. |
static EphemerisTypeDescription |
EphemerisTypeDescription.fromTle(EphemerisDescription tle)
Create an instance of this class with
EphemerisTypeDescription.tle() initialized to the given value. |
EphemerisTypeDescription.Builder |
EphemerisTypeDescription.Builder.oem(EphemerisDescription oem)
Sets the value of the Oem property for this object.
|
EphemerisTypeDescription.Builder |
EphemerisTypeDescription.Builder.tle(EphemerisDescription tle)
Sets the value of the Tle property for this object.
|
Copyright © 2023. All rights reserved.