| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateContactChannelResponse> |
SsmContactsAsyncClient.createContactChannel(Consumer<CreateContactChannelRequest.Builder> createContactChannelRequest)
A contact channel is the method that Incident Manager uses to engage your contact.
|
default CreateContactChannelResponse |
SsmContactsClient.createContactChannel(Consumer<CreateContactChannelRequest.Builder> createContactChannelRequest)
A contact channel is the method that Incident Manager uses to engage your contact.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateContactChannelRequest.Builder |
CreateContactChannelRequest.builder() |
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.contactId(String contactId)
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.deferActivation(Boolean deferActivation)
If you want to activate the channel at a later time, you can choose to defer activation.
|
default CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.deliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.idempotencyToken(String idempotencyToken)
A token ensuring that the operation is called only once with the specified details.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.name(String name)
The name of the contact channel.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.toBuilder() |
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.type(ChannelType type)
Incident Manager supports three types of contact channels:
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.type(String type)
Incident Manager supports three types of contact channels:
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateContactChannelRequest.Builder> |
CreateContactChannelRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.