Uses of Class
software.amazon.awssdk.services.groundstation.model.ListGroundStationsResponse
-
Packages that use ListGroundStationsResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.paginators -
-
Uses of ListGroundStationsResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return ListGroundStationsResponse Modifier and Type Method Description default ListGroundStationsResponseGroundStationClient. listGroundStations(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest)Returns a list of ground stations.default ListGroundStationsResponseGroundStationClient. listGroundStations(ListGroundStationsRequest listGroundStationsRequest)Returns a list of ground stations.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type ListGroundStationsResponse Modifier and Type Method Description default CompletableFuture<ListGroundStationsResponse>GroundStationAsyncClient. listGroundStations(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest)Returns a list of ground stations.default CompletableFuture<ListGroundStationsResponse>GroundStationAsyncClient. listGroundStations(ListGroundStationsRequest listGroundStationsRequest)Returns a list of ground stations. -
Uses of ListGroundStationsResponse in software.amazon.awssdk.services.groundstation.paginators
Methods in software.amazon.awssdk.services.groundstation.paginators that return types with arguments of type ListGroundStationsResponse Modifier and Type Method Description Iterator<ListGroundStationsResponse>ListGroundStationsIterable. iterator()Method parameters in software.amazon.awssdk.services.groundstation.paginators with type arguments of type ListGroundStationsResponse Modifier and Type Method Description voidListGroundStationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroundStationsResponse> subscriber)
-