Uses of Class
com.amazonaws.services.simpleemail.model.IdentityType
-
Packages that use IdentityType Package Description com.amazonaws.services.simpleemail.model -
-
Uses of IdentityType in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. fromValue(String value)Use this in place of valueOf.static IdentityTypeIdentityType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityType[]IdentityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleemail.model with parameters of type IdentityType Modifier and Type Method Description voidListIdentitiesRequest. setIdentityType(IdentityType identityType)The type of the identities to list.ListIdentitiesRequestListIdentitiesRequest. withIdentityType(IdentityType identityType)The type of the identities to list.
-