| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model | |
| software.amazon.awssdk.services.groundstation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<GroundStationData> |
ListGroundStationsResponse.groundStationList()
List of ground stations.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroundStationsResponse.Builder |
ListGroundStationsResponse.Builder.groundStationList(GroundStationData... groundStationList)
List of ground stations.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroundStationsResponse.Builder |
ListGroundStationsResponse.Builder.groundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GroundStationData> |
ListGroundStationsPublisher.groundStationList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GroundStationData> |
ListGroundStationsIterable.groundStationList()
Returns an iterable to iterate through the paginated
ListGroundStationsResponse.groundStationList()
member. |
Copyright © 2023. All rights reserved.