Uses of Interface
software.amazon.awssdk.services.groundstation.model.ListConfigsResponse.Builder
-
Packages that use ListConfigsResponse.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of ListConfigsResponse.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return ListConfigsResponse.Builder Modifier and Type Method Description static ListConfigsResponse.BuilderListConfigsResponse. builder()ListConfigsResponse.BuilderListConfigsResponse.Builder. configList(Collection<ConfigListItem> configList)List ofConfigitems.ListConfigsResponse.BuilderListConfigsResponse.Builder. configList(Consumer<ConfigListItem.Builder>... configList)List ofConfigitems.ListConfigsResponse.BuilderListConfigsResponse.Builder. configList(ConfigListItem... configList)List ofConfigitems.ListConfigsResponse.BuilderListConfigsResponse.Builder. nextToken(String nextToken)Next token returned in the response of a previousListConfigscall.ListConfigsResponse.BuilderListConfigsResponse. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type ListConfigsResponse.Builder Modifier and Type Method Description static Class<? extends ListConfigsResponse.Builder>ListConfigsResponse. serializableBuilderClass()
-