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 IdentityType
IdentityType. fromValue(String value)
Use this in place of valueOf.static IdentityType
IdentityType. 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 void
ListIdentitiesRequest. setIdentityType(IdentityType identityType)
The type of the identities to list.ListIdentitiesRequest
ListIdentitiesRequest. withIdentityType(IdentityType identityType)
The type of the identities to list.
-