Uses of Interface
software.amazon.awssdk.services.groundstation.model.ListGroundStationsResponse.Builder
-
Packages that use ListGroundStationsResponse.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of ListGroundStationsResponse.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return ListGroundStationsResponse.Builder Modifier and Type Method Description static ListGroundStationsResponse.BuilderListGroundStationsResponse. builder()ListGroundStationsResponse.BuilderListGroundStationsResponse.Builder. groundStationList(Collection<GroundStationData> groundStationList)List of ground stations.ListGroundStationsResponse.BuilderListGroundStationsResponse.Builder. groundStationList(Consumer<GroundStationData.Builder>... groundStationList)List of ground stations.ListGroundStationsResponse.BuilderListGroundStationsResponse.Builder. groundStationList(GroundStationData... groundStationList)List of ground stations.ListGroundStationsResponse.BuilderListGroundStationsResponse.Builder. nextToken(String nextToken)Next token that can be supplied in the next call to get the next page of ground stations.ListGroundStationsResponse.BuilderListGroundStationsResponse. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type ListGroundStationsResponse.Builder Modifier and Type Method Description static Class<? extends ListGroundStationsResponse.Builder>ListGroundStationsResponse. serializableBuilderClass()
-