| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.clone() |
Contact |
Contact.withAlias(String alias)
The unique and identifiable alias of the contact or escalation plan.
|
Contact |
Contact.withContactArn(String contactArn)
The Amazon Resource Name (ARN) of the contact or escalation plan.
|
Contact |
Contact.withDisplayName(String displayName)
The full name of the contact or escalation plan.
|
Contact |
Contact.withType(ContactType type)
Refers to the type of contact.
|
Contact |
Contact.withType(String type)
Refers to the type of contact.
|
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
ListContactsResult.getContacts()
A list of the contacts and escalation plans in your Incident Manager account.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactsResult |
ListContactsResult.withContacts(Contact... contacts)
A list of the contacts and escalation plans in your Incident Manager account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactsResult.setContacts(Collection<Contact> contacts)
A list of the contacts and escalation plans in your Incident Manager account.
|
ListContactsResult |
ListContactsResult.withContacts(Collection<Contact> contacts)
A list of the contacts and escalation plans in your Incident Manager account.
|
Copyright © 2022. All rights reserved.