Uses of Class
software.amazon.awssdk.services.groundstation.model.GroundStationData
-
Packages that use GroundStationData Package Description software.amazon.awssdk.services.groundstation.model software.amazon.awssdk.services.groundstation.paginators -
-
Uses of GroundStationData in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type GroundStationData Modifier and Type Method Description List<GroundStationData>ListGroundStationsResponse. groundStationList()List of ground stations.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type GroundStationData Modifier and Type Method Description ListGroundStationsResponse.BuilderListGroundStationsResponse.Builder. groundStationList(GroundStationData... groundStationList)List of ground stations.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type GroundStationData Modifier and Type Method Description ListGroundStationsResponse.BuilderListGroundStationsResponse.Builder. groundStationList(Collection<GroundStationData> groundStationList)List of ground stations. -
Uses of GroundStationData in software.amazon.awssdk.services.groundstation.paginators
Methods in software.amazon.awssdk.services.groundstation.paginators that return types with arguments of type GroundStationData Modifier and Type Method Description SdkIterable<GroundStationData>ListGroundStationsIterable. groundStationList()Returns an iterable to iterate through the paginatedListGroundStationsResponse.groundStationList()member.SdkPublisher<GroundStationData>ListGroundStationsPublisher. groundStationList()Returns a publisher that can be used to get a stream of data.
-