Class AWS::SimpleEmailService::IdentityCollection
In: lib/aws/simple_email_service/identity_collection.rb
Parent: Object

Methods

[]   _each_item   create   domains   email_addresses   new   verify  

Included Modules

Core::Collection::WithLimitAndNextToken

Public Class methods

@api private

Public Instance methods

@param [String] email_or_domain @return [DomainIdentity,EmailIdentity] Returns an {Identity} with

  the given email address or domain name.
create(email_or_domain)

Alias for verify

@return [IdentityCollection] Returns a collection that only

  enumerates domains.

@return [IdentityCollection] Returns a collection that only

  enumerates email addresses.

Request verification for an email address or a domain. @param [String] email_or_domain @return [Identity] Returns an {Identity} object. Identities for

  domains will have a #verification_token.

Protected Instance methods

[Validate]