| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactType |
ContactType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContactType |
CreateContactRequest.type()
To create an escalation plan use
ESCALATION. |
ContactType |
Contact.type()
Refers to the type of contact.
|
ContactType |
GetContactResponse.type()
The type of contact, either
PERSONAL or ESCALATION. |
ContactType |
ListContactsRequest.type()
The type of contact.
|
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 |
|---|---|
static Set<ContactType> |
ContactType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateContactRequest.Builder |
CreateContactRequest.Builder.type(ContactType type)
To create an escalation plan use
ESCALATION. |
Contact.Builder |
Contact.Builder.type(ContactType type)
Refers to the type of contact.
|
GetContactResponse.Builder |
GetContactResponse.Builder.type(ContactType type)
The type of contact, either
PERSONAL or ESCALATION. |
ListContactsRequest.Builder |
ListContactsRequest.Builder.type(ContactType type)
The type of contact.
|
Copyright © 2021. All rights reserved.