| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
static EphemerisStatus |
EphemerisStatus.fromValue(String value)
Use this in place of valueOf.
|
static EphemerisStatus |
EphemerisStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EphemerisStatus[] |
EphemerisStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEphemerisResult |
DescribeEphemerisResult.withStatus(EphemerisStatus status)
The status of the ephemeris.
|
EphemerisItem |
EphemerisItem.withStatus(EphemerisStatus status)
The status of the ephemeris.
|
ListEphemeridesRequest |
ListEphemeridesRequest.withStatusList(EphemerisStatus... statusList)
The list of ephemeris status to return.
|
Copyright © 2024. All rights reserved.