| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
static EphemerisStatus |
EphemerisStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EphemerisStatus |
DescribeEphemerisResponse.status()
The status of the ephemeris.
|
EphemerisStatus |
EphemerisItem.status()
The status of the ephemeris.
|
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 |
|---|---|
static Set<EphemerisStatus> |
EphemerisStatus.knownValues()
|
List<EphemerisStatus> |
ListEphemeridesRequest.statusList()
The list of ephemeris status to return.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEphemerisResponse.Builder |
DescribeEphemerisResponse.Builder.status(EphemerisStatus status)
The status of the ephemeris.
|
EphemerisItem.Builder |
EphemerisItem.Builder.status(EphemerisStatus status)
The status of the ephemeris.
|
ListEphemeridesRequest.Builder |
ListEphemeridesRequest.Builder.statusList(EphemerisStatus... statusList)
The list of ephemeris status to return.
|
| Modifier and Type | Method and Description |
|---|---|
ListEphemeridesRequest.Builder |
ListEphemeridesRequest.Builder.statusList(Collection<EphemerisStatus> statusList)
The list of ephemeris status to return.
|
Copyright © 2023. All rights reserved.