| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteContactChannelResponse |
SsmContactsClient.deleteContactChannel(Consumer<DeleteContactChannelRequest.Builder> deleteContactChannelRequest)
To no longer receive engagements on a contact channel, you can delete the channel from a contact.
|
default DeleteContactChannelResponse |
SsmContactsClient.deleteContactChannel(DeleteContactChannelRequest deleteContactChannelRequest)
To no longer receive engagements on a contact channel, you can delete the channel from a contact.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteContactChannelResponse> |
SsmContactsAsyncClient.deleteContactChannel(Consumer<DeleteContactChannelRequest.Builder> deleteContactChannelRequest)
To no longer receive engagements on a contact channel, you can delete the channel from a contact.
|
default CompletableFuture<DeleteContactChannelResponse> |
SsmContactsAsyncClient.deleteContactChannel(DeleteContactChannelRequest deleteContactChannelRequest)
To no longer receive engagements on a contact channel, you can delete the channel from a contact.
|
Copyright © 2021. All rights reserved.