| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
ContactChannel |
ContactChannel.clone() |
ContactChannel |
ContactChannel.withActivationStatus(ActivationStatus activationStatus)
A Boolean value describing if the contact channel has been activated or not.
|
ContactChannel |
ContactChannel.withActivationStatus(String activationStatus)
A Boolean value describing if the contact channel has been activated or not.
|
ContactChannel |
ContactChannel.withContactArn(String contactArn)
The ARN of the contact that contains the contact channel.
|
ContactChannel |
ContactChannel.withContactChannelArn(String contactChannelArn)
The Amazon Resource Name (ARN) of the contact channel.
|
ContactChannel |
ContactChannel.withDeliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
ContactChannel |
ContactChannel.withName(String name)
The name of the contact channel.
|
ContactChannel |
ContactChannel.withType(ChannelType type)
The type of the contact channel.
|
ContactChannel |
ContactChannel.withType(String type)
The type of the contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactChannel> |
ListContactChannelsResult.getContactChannels()
A list of contact channels related to the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactChannelsResult |
ListContactChannelsResult.withContactChannels(ContactChannel... contactChannels)
A list of contact channels related to the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactChannelsResult.setContactChannels(Collection<ContactChannel> contactChannels)
A list of contact channels related to the specified contact.
|
ListContactChannelsResult |
ListContactChannelsResult.withContactChannels(Collection<ContactChannel> contactChannels)
A list of contact channels related to the specified contact.
|
Copyright © 2024. All rights reserved.