Uses of Class
software.amazon.awssdk.services.pinpointemail.model.IdentityInfo
-
Packages that use IdentityInfo Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of IdentityInfo in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.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 identities associated with your Amazon Pinpoint account.Methods in software.amazon.awssdk.services.pinpointemail.model with parameters of type IdentityInfo Modifier and Type Method Description ListEmailIdentitiesResponse.BuilderListEmailIdentitiesResponse.Builder. emailIdentities(IdentityInfo... emailIdentities)An array that includes all of the identities associated with your Amazon Pinpoint account.Method parameters in software.amazon.awssdk.services.pinpointemail.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 identities associated with your Amazon Pinpoint account.
-