Uses of Enum
com.amazonaws.services.simpleemail.model.IdentityType
Packages that use IdentityType
-
Uses of IdentityType in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return IdentityTypeModifier and TypeMethodDescriptionstatic IdentityTypeUse this in place of valueOf.static IdentityTypeReturns 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 IdentityTypeModifier and TypeMethodDescriptionvoidListIdentitiesRequest.setIdentityType(IdentityType identityType) The type of the identities to list.ListIdentitiesRequest.withIdentityType(IdentityType identityType) The type of the identities to list.