Uses of Class
software.amazon.awssdk.services.groundstation.model.ListGroundStationsRequest
-
Packages that use ListGroundStationsRequest Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.paginators software.amazon.awssdk.services.groundstation.transform -
-
Uses of ListGroundStationsRequest in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation with parameters of type ListGroundStationsRequest Modifier and Type Method Description default CompletableFuture<ListGroundStationsResponse>GroundStationAsyncClient. listGroundStations(ListGroundStationsRequest listGroundStationsRequest)Returns a list of ground stations.default ListGroundStationsResponseGroundStationClient. listGroundStations(ListGroundStationsRequest listGroundStationsRequest)Returns a list of ground stations.default ListGroundStationsPublisherGroundStationAsyncClient. listGroundStationsPaginator(ListGroundStationsRequest listGroundStationsRequest)Returns a list of ground stations.default ListGroundStationsIterableGroundStationClient. listGroundStationsPaginator(ListGroundStationsRequest listGroundStationsRequest)Returns a list of ground stations. -
Uses of ListGroundStationsRequest in software.amazon.awssdk.services.groundstation.paginators
Constructors in software.amazon.awssdk.services.groundstation.paginators with parameters of type ListGroundStationsRequest Constructor Description ListGroundStationsIterable(GroundStationClient client, ListGroundStationsRequest firstRequest)ListGroundStationsPublisher(GroundStationAsyncClient client, ListGroundStationsRequest firstRequest) -
Uses of ListGroundStationsRequest in software.amazon.awssdk.services.groundstation.transform
Methods in software.amazon.awssdk.services.groundstation.transform with parameters of type ListGroundStationsRequest Modifier and Type Method Description SdkHttpFullRequestListGroundStationsRequestMarshaller. marshall(ListGroundStationsRequest listGroundStationsRequest)
-