| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteContactResponse |
SsmContactsClient.deleteContact(Consumer<DeleteContactRequest.Builder> deleteContactRequest)
To remove a contact from Incident Manager, you can delete the contact.
|
default DeleteContactResponse |
SsmContactsClient.deleteContact(DeleteContactRequest deleteContactRequest)
To remove a contact from Incident Manager, you can delete the contact.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteContactResponse> |
SsmContactsAsyncClient.deleteContact(Consumer<DeleteContactRequest.Builder> deleteContactRequest)
To remove a contact from Incident Manager, you can delete the contact.
|
default CompletableFuture<DeleteContactResponse> |
SsmContactsAsyncClient.deleteContact(DeleteContactRequest deleteContactRequest)
To remove a contact from Incident Manager, you can delete the contact.
|
Copyright © 2021. All rights reserved.