Uses of Class
software.amazon.awssdk.services.groundstation.model.MissionProfileListItem
-
Packages that use MissionProfileListItem Package Description software.amazon.awssdk.services.groundstation.model software.amazon.awssdk.services.groundstation.paginators -
-
Uses of MissionProfileListItem in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type MissionProfileListItem Modifier and Type Method Description List<MissionProfileListItem>ListMissionProfilesResponse. missionProfileList()List of mission profiles.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type MissionProfileListItem Modifier and Type Method Description ListMissionProfilesResponse.BuilderListMissionProfilesResponse.Builder. missionProfileList(MissionProfileListItem... missionProfileList)List of mission profiles.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type MissionProfileListItem Modifier and Type Method Description ListMissionProfilesResponse.BuilderListMissionProfilesResponse.Builder. missionProfileList(Collection<MissionProfileListItem> missionProfileList)List of mission profiles. -
Uses of MissionProfileListItem in software.amazon.awssdk.services.groundstation.paginators
Methods in software.amazon.awssdk.services.groundstation.paginators that return types with arguments of type MissionProfileListItem Modifier and Type Method Description SdkIterable<MissionProfileListItem>ListMissionProfilesIterable. missionProfileList()Returns an iterable to iterate through the paginatedListMissionProfilesResponse.missionProfileList()member.SdkPublisher<MissionProfileListItem>ListMissionProfilesPublisher. missionProfileList()Returns a publisher that can be used to get a stream of data.
-