| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model | |
| software.amazon.awssdk.services.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ContactChannel> |
ListContactChannelsResponse.contactChannels()
A list of contact channels related to the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactChannelsResponse.Builder |
ListContactChannelsResponse.Builder.contactChannels(ContactChannel... contactChannels)
A list of contact channels related to the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactChannelsResponse.Builder |
ListContactChannelsResponse.Builder.contactChannels(Collection<ContactChannel> contactChannels)
A list of contact channels related to the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ContactChannel> |
ListContactChannelsPublisher.contactChannels()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ContactChannel> |
ListContactChannelsIterable.contactChannels()
Returns an iterable to iterate through the paginated
ListContactChannelsResponse.contactChannels()
member. |
Copyright © 2021. All rights reserved.