list Email Addresses
Get a list of EmailAddresses.
This API returns a ListAPIResult:
On ListAPIResult.Success result, contains the list of requested EmailAddresses.
On ListAPIResult.Partial result, contains the list of PartialEmailAddresses representing email addresses that could not be unsealed successfully and the exception indicating why the unsealing failed. An email address may fail to unseal if the client version is not up to date or the required cryptographic key is missing from the client device.
If no EmailAddresses can be found, the result will contain null for the nextToken field and contain an empty item list.
Return
A ListAPIResult.Success or a ListAPIResult.Partial result containing either a list of EmailAddresses or PartialEmailAddresses respectively. Returns an empty list if no email addresses can be found.
Parameters
ListEmailAddressesInput Parameters used to retrieve a list of provisioned email addresses.