| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts |
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from
incidents affecting their Amazon Web Services-hosted applications.
|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateContactChannelResult> |
AWSSSMContactsAsyncClient.updateContactChannelAsync(UpdateContactChannelRequest request,
AsyncHandler<UpdateContactChannelRequest,UpdateContactChannelResult> asyncHandler) |
Future<UpdateContactChannelResult> |
AbstractAWSSSMContactsAsync.updateContactChannelAsync(UpdateContactChannelRequest request,
AsyncHandler<UpdateContactChannelRequest,UpdateContactChannelResult> asyncHandler) |
Future<UpdateContactChannelResult> |
AWSSSMContactsAsync.updateContactChannelAsync(UpdateContactChannelRequest updateContactChannelRequest,
AsyncHandler<UpdateContactChannelRequest,UpdateContactChannelResult> asyncHandler)
Updates a contact's contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactChannelRequest |
UpdateContactChannelRequest.clone() |
UpdateContactChannelRequest |
UpdateContactChannelRequest.withContactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you want to update.
|
UpdateContactChannelRequest |
UpdateContactChannelRequest.withDeliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
UpdateContactChannelRequest |
UpdateContactChannelRequest.withName(String name)
The name of the contact channel.
|
Copyright © 2024. All rights reserved.