Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ContactType
-
Packages that use ContactType Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ContactType in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ContactType Modifier and Type Method Description static ContactTypeContactType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContactTypeContact. type()Refers to the type of contact.ContactTypeCreateContactRequest. type()To create an escalation plan useESCALATION.ContactTypeGetContactResponse. type()The type of contact, eitherPERSONALorESCALATION.ContactTypeListContactsRequest. type()The type of contact.ContactTypeResolutionContact. type()The type of contact for a resolution step.static ContactTypeContactType. 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.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ContactType Modifier and Type Method Description static Set<ContactType>ContactType. knownValues()Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type ContactType Modifier and Type Method Description Contact.BuilderContact.Builder. type(ContactType type)Refers to the type of contact.CreateContactRequest.BuilderCreateContactRequest.Builder. type(ContactType type)To create an escalation plan useESCALATION.GetContactResponse.BuilderGetContactResponse.Builder. type(ContactType type)The type of contact, eitherPERSONALorESCALATION.ListContactsRequest.BuilderListContactsRequest.Builder. type(ContactType type)The type of contact.ResolutionContact.BuilderResolutionContact.Builder. type(ContactType type)The type of contact for a resolution step.
-