Uses of Class
software.amazon.awssdk.services.groundstation.model.S3Object
-
Packages that use S3Object Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of S3Object in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return S3Object Modifier and Type Method Description S3ObjectOEMEphemeris. s3Object()Identifies the S3 object to be used as the ephemeris.S3ObjectTLEEphemeris. s3Object()Identifies the S3 object to be used as the ephemeris.S3ObjectEphemerisDescription. sourceS3Object()Source S3 object used for the ephemeris.S3ObjectEphemerisItem. sourceS3Object()Source S3 object used for the ephemeris.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type S3Object Modifier and Type Method Description OEMEphemeris.BuilderOEMEphemeris.Builder. s3Object(S3Object s3Object)Identifies the S3 object to be used as the ephemeris.TLEEphemeris.BuilderTLEEphemeris.Builder. s3Object(S3Object s3Object)Identifies the S3 object to be used as the ephemeris.EphemerisDescription.BuilderEphemerisDescription.Builder. sourceS3Object(S3Object sourceS3Object)Source S3 object used for the ephemeris.EphemerisItem.BuilderEphemerisItem.Builder. sourceS3Object(S3Object sourceS3Object)Source S3 object used for the ephemeris.
-