Uses of Class
software.amazon.awssdk.services.groundstation.model.GetSatelliteResponse
-
Packages that use GetSatelliteResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference. -
-
Uses of GetSatelliteResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return GetSatelliteResponse Modifier and Type Method Description default GetSatelliteResponseGroundStationClient. getSatellite(Consumer<GetSatelliteRequest.Builder> getSatelliteRequest)Returns a satellite.default GetSatelliteResponseGroundStationClient. getSatellite(GetSatelliteRequest getSatelliteRequest)Returns a satellite.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type GetSatelliteResponse Modifier and Type Method Description default CompletableFuture<GetSatelliteResponse>GroundStationAsyncClient. getSatellite(Consumer<GetSatelliteRequest.Builder> getSatelliteRequest)Returns a satellite.default CompletableFuture<GetSatelliteResponse>GroundStationAsyncClient. getSatellite(GetSatelliteRequest getSatelliteRequest)Returns a satellite.
-