| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
static ListGroundStationsResponse.Builder |
ListGroundStationsResponse.builder() |
ListGroundStationsResponse.Builder |
ListGroundStationsResponse.Builder.groundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
|
ListGroundStationsResponse.Builder |
ListGroundStationsResponse.Builder.groundStationList(Consumer<GroundStationData.Builder>... groundStationList)
List of ground stations.
|
ListGroundStationsResponse.Builder |
ListGroundStationsResponse.Builder.groundStationList(GroundStationData... groundStationList)
List of ground stations.
|
ListGroundStationsResponse.Builder |
ListGroundStationsResponse.Builder.nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of ground stations.
|
ListGroundStationsResponse.Builder |
ListGroundStationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGroundStationsResponse.Builder> |
ListGroundStationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.