| 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<UpdateContactResult> |
AbstractAWSSSMContactsAsync.updateContactAsync(UpdateContactRequest request,
AsyncHandler<UpdateContactRequest,UpdateContactResult> asyncHandler) |
Future<UpdateContactResult> |
AWSSSMContactsAsyncClient.updateContactAsync(UpdateContactRequest request,
AsyncHandler<UpdateContactRequest,UpdateContactResult> asyncHandler) |
Future<UpdateContactResult> |
AWSSSMContactsAsync.updateContactAsync(UpdateContactRequest updateContactRequest,
AsyncHandler<UpdateContactRequest,UpdateContactResult> asyncHandler)
Updates the contact or escalation plan specified.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContactRequest |
UpdateContactRequest.clone() |
UpdateContactRequest |
UpdateContactRequest.withContactId(String contactId)
The Amazon Resource Name (ARN) of the contact or escalation plan you're updating.
|
UpdateContactRequest |
UpdateContactRequest.withDisplayName(String displayName)
The full name of the contact or escalation plan.
|
UpdateContactRequest |
UpdateContactRequest.withPlan(Plan plan)
A list of stages.
|
Copyright © 2024. All rights reserved.