| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model | |
| software.amazon.awssdk.services.groundstation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MissionProfileListItem> |
ListMissionProfilesResponse.missionProfileList()
List of mission profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListMissionProfilesResponse.Builder |
ListMissionProfilesResponse.Builder.missionProfileList(MissionProfileListItem... missionProfileList)
List of mission profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListMissionProfilesResponse.Builder |
ListMissionProfilesResponse.Builder.missionProfileList(Collection<MissionProfileListItem> missionProfileList)
List of mission profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<MissionProfileListItem> |
ListMissionProfilesPublisher.missionProfileList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<MissionProfileListItem> |
ListMissionProfilesIterable.missionProfileList()
Returns an iterable to iterate through the paginated
ListMissionProfilesResponse.missionProfileList()
member. |
Copyright © 2023. All rights reserved.