| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model | |
| software.amazon.awssdk.services.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
ListContactsResponse.contacts()
A list of the contacts and escalation plans in your Incident Manager account.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactsResponse.Builder |
ListContactsResponse.Builder.contacts(Contact... contacts)
A list of the contacts and escalation plans in your Incident Manager account.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactsResponse.Builder |
ListContactsResponse.Builder.contacts(Collection<Contact> contacts)
A list of the contacts and escalation plans in your Incident Manager account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Contact> |
ListContactsPublisher.contacts()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Contact> |
ListContactsIterable.contacts()
Returns an iterable to iterate through the paginated
ListContactsResponse.contacts() member. |
Copyright © 2021. All rights reserved.