| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model | |
| software.amazon.awssdk.services.groundstation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigListItem> |
ListConfigsResponse.configList()
List of
Config items. |
| Modifier and Type | Method and Description |
|---|---|
ListConfigsResponse.Builder |
ListConfigsResponse.Builder.configList(ConfigListItem... configList)
List of
Config items. |
| Modifier and Type | Method and Description |
|---|---|
ListConfigsResponse.Builder |
ListConfigsResponse.Builder.configList(Collection<ConfigListItem> configList)
List of
Config items. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ConfigListItem> |
ListConfigsPublisher.configList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ConfigListItem> |
ListConfigsIterable.configList()
Returns an iterable to iterate through the paginated
ListConfigsResponse.configList() member. |
Copyright © 2023. All rights reserved.