| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelType |
ChannelType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChannelType |
ContactChannel.type()
The type of the contact channel.
|
ChannelType |
GetContactChannelResponse.type()
The type of contact channel.
|
ChannelType |
CreateContactChannelRequest.type()
Incident Manager supports three types of contact channels:
|
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.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<ChannelType> |
ChannelType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ContactChannel.Builder |
ContactChannel.Builder.type(ChannelType type)
The type of the contact channel.
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.type(ChannelType type)
The type of contact channel.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.type(ChannelType type)
Incident Manager supports three types of contact channels:
|
Copyright © 2023. All rights reserved.