| Package | Description |
|---|---|
| com.amazonaws.services.groundstation |
Welcome to the AWS Ground Station API Reference.
|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSatellitesResult> |
AbstractAWSGroundStationAsync.listSatellitesAsync(ListSatellitesRequest request,
AsyncHandler<ListSatellitesRequest,ListSatellitesResult> asyncHandler) |
Future<ListSatellitesResult> |
AWSGroundStationAsync.listSatellitesAsync(ListSatellitesRequest listSatellitesRequest,
AsyncHandler<ListSatellitesRequest,ListSatellitesResult> asyncHandler)
Returns a list of satellites.
|
Future<ListSatellitesResult> |
AWSGroundStationAsyncClient.listSatellitesAsync(ListSatellitesRequest request,
AsyncHandler<ListSatellitesRequest,ListSatellitesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSatellitesRequest |
ListSatellitesRequest.clone() |
ListSatellitesRequest |
ListSatellitesRequest.withMaxResults(Integer maxResults)
Maximum number of satellites returned.
|
ListSatellitesRequest |
ListSatellitesRequest.withNextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of satellites.
|
Copyright © 2019. All rights reserved.