| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static ListContactChannelsResponse.Builder |
ListContactChannelsResponse.builder() |
ListContactChannelsResponse.Builder |
ListContactChannelsResponse.Builder.contactChannels(Collection<ContactChannel> contactChannels)
A list of contact channels related to the specified contact.
|
ListContactChannelsResponse.Builder |
ListContactChannelsResponse.Builder.contactChannels(Consumer<ContactChannel.Builder>... contactChannels)
A list of contact channels related to the specified contact.
|
ListContactChannelsResponse.Builder |
ListContactChannelsResponse.Builder.contactChannels(ContactChannel... contactChannels)
A list of contact channels related to the specified contact.
|
ListContactChannelsResponse.Builder |
ListContactChannelsResponse.Builder.nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListContactChannelsResponse.Builder |
ListContactChannelsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListContactChannelsResponse.Builder> |
ListContactChannelsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.