| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactType |
ContactType.fromValue(String value)
Use this in place of valueOf.
|
static ContactType |
ContactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactType[] |
ContactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.withType(ContactType type)
Refers to the type of contact.
|
ListContactsRequest |
ListContactsRequest.withType(ContactType type)
The type of contact.
|
GetContactResult |
GetContactResult.withType(ContactType type)
The type of contact, either
PERSONAL or ESCALATION. |
CreateContactRequest |
CreateContactRequest.withType(ContactType type)
To create an escalation plan use
ESCALATION. |
Copyright © 2023. All rights reserved.