| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model | |
| software.amazon.awssdk.services.groundstation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ContactData> |
ListContactsResponse.contactList()
List of contacts.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactsResponse.Builder |
ListContactsResponse.Builder.contactList(ContactData... contactList)
List of contacts.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactsResponse.Builder |
ListContactsResponse.Builder.contactList(Collection<ContactData> contactList)
List of contacts.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ContactData> |
ListContactsPublisher.contactList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ContactData> |
ListContactsIterable.contactList()
Returns an iterable to iterate through the paginated
ListContactsResponse.contactList() member. |
Copyright © 2023. All rights reserved.