| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
S3Object |
S3Object.clone() |
S3Object |
TLEEphemeris.getS3Object()
Identifies the S3 object to be used as the ephemeris.
|
S3Object |
OEMEphemeris.getS3Object()
Identifies the S3 object to be used as the ephemeris.
|
S3Object |
EphemerisDescription.getSourceS3Object()
Source S3 object used for the ephemeris.
|
S3Object |
EphemerisItem.getSourceS3Object()
Source S3 object used for the ephemeris.
|
S3Object |
S3Object.withBucket(String bucket)
An Amazon S3 Bucket name.
|
S3Object |
S3Object.withKey(String key)
An Amazon S3 key for the ephemeris.
|
S3Object |
S3Object.withVersion(String version)
For versioned S3 objects, the version to use for the ephemeris.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLEEphemeris.setS3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
|
void |
OEMEphemeris.setS3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
|
void |
EphemerisDescription.setSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
|
void |
EphemerisItem.setSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
|
TLEEphemeris |
TLEEphemeris.withS3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
|
OEMEphemeris |
OEMEphemeris.withS3Object(S3Object s3Object)
Identifies the S3 object to be used as the ephemeris.
|
EphemerisDescription |
EphemerisDescription.withSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
|
EphemerisItem |
EphemerisItem.withSourceS3Object(S3Object sourceS3Object)
Source S3 object used for the ephemeris.
|
Copyright © 2024. All rights reserved.