| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation |
Welcome to the AWS Ground Station API Reference.
|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
default ListGroundStationsResponse |
GroundStationClient.listGroundStations(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest)
Returns a list of ground stations.
|
default CompletableFuture<ListGroundStationsResponse> |
GroundStationAsyncClient.listGroundStations(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest)
Returns a list of ground stations.
|
default ListGroundStationsIterable |
GroundStationClient.listGroundStationsPaginator(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest)
Returns a list of ground stations.
|
default ListGroundStationsPublisher |
GroundStationAsyncClient.listGroundStationsPaginator(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest)
Returns a list of ground stations.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGroundStationsRequest.Builder |
ListGroundStationsRequest.builder() |
ListGroundStationsRequest.Builder |
ListGroundStationsRequest.Builder.maxResults(Integer maxResults)
Maximum number of ground stations returned.
|
ListGroundStationsRequest.Builder |
ListGroundStationsRequest.Builder.nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of ground stations.
|
ListGroundStationsRequest.Builder |
ListGroundStationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroundStationsRequest.Builder |
ListGroundStationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGroundStationsRequest.Builder |
ListGroundStationsRequest.Builder.satelliteId(String satelliteId)
Satellite ID to retrieve on-boarded ground stations.
|
ListGroundStationsRequest.Builder |
ListGroundStationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGroundStationsRequest.Builder> |
ListGroundStationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.