Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ChannelType
-
Packages that use ChannelType Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ChannelType in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelTypeContactChannel. type()The type of the contact channel.ChannelTypeCreateContactChannelRequest. type()Incident Manager supports three types of contact channels:ChannelTypeGetContactChannelResponse. type()The type of contact channel.static ChannelTypeChannelType. 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.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ChannelType Modifier and Type Method Description static Set<ChannelType>ChannelType. knownValues()Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type ChannelType Modifier and Type Method Description ContactChannel.BuilderContactChannel.Builder. type(ChannelType type)The type of the contact channel.CreateContactChannelRequest.BuilderCreateContactChannelRequest.Builder. type(ChannelType type)Incident Manager supports three types of contact channels:GetContactChannelResponse.BuilderGetContactChannelResponse.Builder. type(ChannelType type)The type of contact channel.
-