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