Uses of Class
software.amazon.awssdk.services.sesv2.model.IdentityInfo
-
Packages that use IdentityInfo Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of IdentityInfo in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type IdentityInfo Modifier and Type Method Description List<IdentityInfo>ListEmailIdentitiesResponse. emailIdentities()An array that includes all of the email identities associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type IdentityInfo Modifier and Type Method Description ListEmailIdentitiesResponse.BuilderListEmailIdentitiesResponse.Builder. emailIdentities(IdentityInfo... emailIdentities)An array that includes all of the email identities associated with your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type IdentityInfo Modifier and Type Method Description ListEmailIdentitiesResponse.BuilderListEmailIdentitiesResponse.Builder. emailIdentities(Collection<IdentityInfo> emailIdentities)An array that includes all of the email identities associated with your Amazon Web Services account.
-