Uses of Class
software.amazon.awssdk.services.groundstation.model.ContactData
-
Packages that use ContactData Package Description software.amazon.awssdk.services.groundstation.model software.amazon.awssdk.services.groundstation.paginators -
-
Uses of ContactData in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type ContactData Modifier and Type Method Description List<ContactData>ListContactsResponse. contactList()List of contacts.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type ContactData Modifier and Type Method Description ListContactsResponse.BuilderListContactsResponse.Builder. contactList(ContactData... contactList)List of contacts.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type ContactData Modifier and Type Method Description ListContactsResponse.BuilderListContactsResponse.Builder. contactList(Collection<ContactData> contactList)List of contacts. -
Uses of ContactData in software.amazon.awssdk.services.groundstation.paginators
Methods in software.amazon.awssdk.services.groundstation.paginators that return types with arguments of type ContactData Modifier and Type Method Description SdkIterable<ContactData>ListContactsIterable. contactList()Returns an iterable to iterate through the paginatedListContactsResponse.contactList()member.SdkPublisher<ContactData>ListContactsPublisher. contactList()Returns a publisher that can be used to get a stream of data.
-