Uses of Class
software.amazon.awssdk.services.groundstation.model.SatelliteListItem
-
Packages that use SatelliteListItem Package Description software.amazon.awssdk.services.groundstation.model software.amazon.awssdk.services.groundstation.paginators -
-
Uses of SatelliteListItem in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type SatelliteListItem Modifier and Type Method Description List<SatelliteListItem>ListSatellitesResponse. satellites()List of satellites.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type SatelliteListItem Modifier and Type Method Description ListSatellitesResponse.BuilderListSatellitesResponse.Builder. satellites(SatelliteListItem... satellites)List of satellites.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type SatelliteListItem Modifier and Type Method Description ListSatellitesResponse.BuilderListSatellitesResponse.Builder. satellites(Collection<SatelliteListItem> satellites)List of satellites. -
Uses of SatelliteListItem in software.amazon.awssdk.services.groundstation.paginators
Methods in software.amazon.awssdk.services.groundstation.paginators that return types with arguments of type SatelliteListItem Modifier and Type Method Description SdkIterable<SatelliteListItem>ListSatellitesIterable. satellites()Returns an iterable to iterate through the paginatedListSatellitesResponse.satellites()member.SdkPublisher<SatelliteListItem>ListSatellitesPublisher. satellites()Returns a publisher that can be used to get a stream of data.
-