Uses of Class
software.amazon.awssdk.services.sesv2.model.IdentityInfo
Packages that use IdentityInfo
-
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 IdentityInfoModifier and TypeMethodDescriptionfinal 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 IdentityInfoModifier and TypeMethodDescriptionListEmailIdentitiesResponse.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 IdentityInfoModifier and TypeMethodDescriptionListEmailIdentitiesResponse.Builder.emailIdentities(Collection<IdentityInfo> emailIdentities) An array that includes all of the email identities associated with your Amazon Web Services account.