| 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 |
|---|---|
ListConfigsResult |
AWSGroundStationClient.listConfigs(ListConfigsRequest request)
Returns a list of
Config objects. |
ListConfigsResult |
AbstractAWSGroundStation.listConfigs(ListConfigsRequest request) |
ListConfigsResult |
AWSGroundStation.listConfigs(ListConfigsRequest listConfigsRequest)
Returns a list of
Config objects. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListConfigsResult> |
AWSGroundStationAsyncClient.listConfigsAsync(ListConfigsRequest request,
AsyncHandler<ListConfigsRequest,ListConfigsResult> asyncHandler) |
Future<ListConfigsResult> |
AbstractAWSGroundStationAsync.listConfigsAsync(ListConfigsRequest request,
AsyncHandler<ListConfigsRequest,ListConfigsResult> asyncHandler) |
Future<ListConfigsResult> |
AWSGroundStationAsync.listConfigsAsync(ListConfigsRequest listConfigsRequest,
AsyncHandler<ListConfigsRequest,ListConfigsResult> asyncHandler)
Returns a list of
Config objects. |
| Modifier and Type | Method and Description |
|---|---|
ListConfigsResult |
ListConfigsResult.clone() |
ListConfigsResult |
ListConfigsResult.withConfigList(Collection<ConfigListItem> configList)
List of
Config items. |
ListConfigsResult |
ListConfigsResult.withConfigList(ConfigListItem... configList)
List of
Config items. |
ListConfigsResult |
ListConfigsResult.withNextToken(String nextToken)
Next token returned in the response of a previous
ListConfigs call. |
Copyright © 2024. All rights reserved.