| 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<CreateContactChannelResult> |
AWSSSMContactsAsyncClient.createContactChannelAsync(CreateContactChannelRequest request,
AsyncHandler<CreateContactChannelRequest,CreateContactChannelResult> asyncHandler) |
Future<CreateContactChannelResult> |
AbstractAWSSSMContactsAsync.createContactChannelAsync(CreateContactChannelRequest request,
AsyncHandler<CreateContactChannelRequest,CreateContactChannelResult> asyncHandler) |
Future<CreateContactChannelResult> |
AWSSSMContactsAsync.createContactChannelAsync(CreateContactChannelRequest createContactChannelRequest,
AsyncHandler<CreateContactChannelRequest,CreateContactChannelResult> asyncHandler)
A contact channel is the method that Incident Manager uses to engage your contact.
|
| Modifier and Type | Method and Description |
|---|---|
CreateContactChannelRequest |
CreateContactChannelRequest.clone() |
CreateContactChannelRequest |
CreateContactChannelRequest.withContactId(String contactId)
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
|
CreateContactChannelRequest |
CreateContactChannelRequest.withDeferActivation(Boolean deferActivation)
If you want to activate the channel at a later time, you can choose to defer activation.
|
CreateContactChannelRequest |
CreateContactChannelRequest.withDeliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
CreateContactChannelRequest |
CreateContactChannelRequest.withIdempotencyToken(String idempotencyToken)
A token ensuring that the operation is called only once with the specified details.
|
CreateContactChannelRequest |
CreateContactChannelRequest.withName(String name)
The name of the contact channel.
|
CreateContactChannelRequest |
CreateContactChannelRequest.withType(ChannelType type)
Incident Manager supports three types of contact channels:
|
CreateContactChannelRequest |
CreateContactChannelRequest.withType(String type)
Incident Manager supports three types of contact channels:
|
Copyright © 2024. All rights reserved.