| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts |
|
| software.amazon.awssdk.services.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListContactChannelsResponse |
SsmContactsClient.listContactChannels(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest)
Lists all contact channels for the specified contact.
|
default ListContactChannelsResponse |
SsmContactsClient.listContactChannels(ListContactChannelsRequest listContactChannelsRequest)
Lists all contact channels for the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContactChannelsResponse> |
SsmContactsAsyncClient.listContactChannels(Consumer<ListContactChannelsRequest.Builder> listContactChannelsRequest)
Lists all contact channels for the specified contact.
|
default CompletableFuture<ListContactChannelsResponse> |
SsmContactsAsyncClient.listContactChannels(ListContactChannelsRequest listContactChannelsRequest)
Lists all contact channels for the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListContactChannelsResponse> |
ListContactChannelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactChannelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContactChannelsResponse> subscriber) |
Copyright © 2021. All rights reserved.