| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactProtocol |
ContactProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContactProtocol |
DeleteContactMethodRequest.protocol()
The protocol that will be deleted, such as
Email or SMS (text messaging). |
ContactProtocol |
ContactMethod.protocol()
The protocol of the contact method, such as email or SMS (text messaging).
|
ContactProtocol |
CreateContactMethodRequest.protocol()
The protocol of the contact method, such as
Email or SMS (text messaging). |
static ContactProtocol |
ContactProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactProtocol[] |
ContactProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactProtocol> |
Alarm.contactProtocols()
The contact protocols for the alarm, such as
Email, SMS (text messaging), or both. |
List<ContactProtocol> |
PutAlarmRequest.contactProtocols()
The contact protocols to use for the alarm, such as
Email, SMS (text messaging), or
both. |
static Set<ContactProtocol> |
ContactProtocol.knownValues()
|
List<ContactProtocol> |
GetContactMethodsRequest.protocols()
The protocols used to send notifications, such as
Email, or SMS (text messaging). |
| Modifier and Type | Method and Description |
|---|---|
Alarm.Builder |
Alarm.Builder.contactProtocols(ContactProtocol... contactProtocols)
The contact protocols for the alarm, such as
Email, SMS (text messaging), or both. |
PutAlarmRequest.Builder |
PutAlarmRequest.Builder.contactProtocols(ContactProtocol... contactProtocols)
The contact protocols to use for the alarm, such as
Email, SMS (text messaging), or
both. |
DeleteContactMethodRequest.Builder |
DeleteContactMethodRequest.Builder.protocol(ContactProtocol protocol)
The protocol that will be deleted, such as
Email or SMS (text messaging). |
ContactMethod.Builder |
ContactMethod.Builder.protocol(ContactProtocol protocol)
The protocol of the contact method, such as email or SMS (text messaging).
|
CreateContactMethodRequest.Builder |
CreateContactMethodRequest.Builder.protocol(ContactProtocol protocol)
The protocol of the contact method, such as
Email or SMS (text messaging). |
GetContactMethodsRequest.Builder |
GetContactMethodsRequest.Builder.protocols(ContactProtocol... protocols)
The protocols used to send notifications, such as
Email, or SMS (text messaging). |
| Modifier and Type | Method and Description |
|---|---|
Alarm.Builder |
Alarm.Builder.contactProtocols(Collection<ContactProtocol> contactProtocols)
The contact protocols for the alarm, such as
Email, SMS (text messaging), or both. |
PutAlarmRequest.Builder |
PutAlarmRequest.Builder.contactProtocols(Collection<ContactProtocol> contactProtocols)
The contact protocols to use for the alarm, such as
Email, SMS (text messaging), or
both. |
GetContactMethodsRequest.Builder |
GetContactMethodsRequest.Builder.protocols(Collection<ContactProtocol> protocols)
The protocols used to send notifications, such as
Email, or SMS (text messaging). |
Copyright © 2021. All rights reserved.