Uses of Class
software.amazon.awssdk.services.notifications.model.AccountContactType
-
Packages that use AccountContactType Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of AccountContactType in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return AccountContactType Modifier and Type Method Description AccountContactTypeAssociateManagedNotificationAccountContactRequest. contactIdentifier()A unique value of an Account Contact Type to associate with theManagedNotificationConfiguration.AccountContactTypeDisassociateManagedNotificationAccountContactRequest. contactIdentifier()The unique value of an Account Contact Type to associate with theManagedNotificationConfiguration.static AccountContactTypeAccountContactType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccountContactTypeAccountContactType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountContactType[]AccountContactType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type AccountContactType Modifier and Type Method Description static Set<AccountContactType>AccountContactType. knownValues()Methods in software.amazon.awssdk.services.notifications.model with parameters of type AccountContactType Modifier and Type Method Description AssociateManagedNotificationAccountContactRequest.BuilderAssociateManagedNotificationAccountContactRequest.Builder. contactIdentifier(AccountContactType contactIdentifier)A unique value of an Account Contact Type to associate with theManagedNotificationConfiguration.DisassociateManagedNotificationAccountContactRequest.BuilderDisassociateManagedNotificationAccountContactRequest.Builder. contactIdentifier(AccountContactType contactIdentifier)The unique value of an Account Contact Type to associate with theManagedNotificationConfiguration.
-