Uses of Class
software.amazon.awssdk.services.account.model.AlternateContactType
-
Packages that use AlternateContactType Package Description software.amazon.awssdk.services.account.model -
-
Uses of AlternateContactType in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return AlternateContactType Modifier and Type Method Description AlternateContactTypeAlternateContact. alternateContactType()The type of alternate contact.AlternateContactTypeDeleteAlternateContactRequest. alternateContactType()Specifies which of the alternate contacts to delete.AlternateContactTypeGetAlternateContactRequest. alternateContactType()Specifies which alternate contact you want to retrieve.AlternateContactTypePutAlternateContactRequest. alternateContactType()Specifies which alternate contact you want to create or update.static AlternateContactTypeAlternateContactType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AlternateContactTypeAlternateContactType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlternateContactType[]AlternateContactType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.account.model that return types with arguments of type AlternateContactType Modifier and Type Method Description static Set<AlternateContactType>AlternateContactType. knownValues()Methods in software.amazon.awssdk.services.account.model with parameters of type AlternateContactType Modifier and Type Method Description AlternateContact.BuilderAlternateContact.Builder. alternateContactType(AlternateContactType alternateContactType)The type of alternate contact.DeleteAlternateContactRequest.BuilderDeleteAlternateContactRequest.Builder. alternateContactType(AlternateContactType alternateContactType)Specifies which of the alternate contacts to delete.GetAlternateContactRequest.BuilderGetAlternateContactRequest.Builder. alternateContactType(AlternateContactType alternateContactType)Specifies which alternate contact you want to retrieve.PutAlternateContactRequest.BuilderPutAlternateContactRequest.Builder. alternateContactType(AlternateContactType alternateContactType)Specifies which alternate contact you want to create or update.
-