Uses of Class
com.amazonaws.services.simpleemail.model.ListIdentitiesRequest

Packages that use ListIdentitiesRequest
com.amazonaws.services.simpleemail Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService. 
com.amazonaws.services.simpleemail.model Classes modeling the various types represented by AmazonSimpleEmailService. 
 

Uses of ListIdentitiesRequest in com.amazonaws.services.simpleemail
 

Methods in com.amazonaws.services.simpleemail with parameters of type ListIdentitiesRequest
 ListIdentitiesResult AmazonSimpleEmailServiceClient.listIdentities(ListIdentitiesRequest listIdentitiesRequest)
           Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
 ListIdentitiesResult AmazonSimpleEmailService.listIdentities(ListIdentitiesRequest listIdentitiesRequest)
           Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
 Future<ListIdentitiesResult> AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(ListIdentitiesRequest listIdentitiesRequest)
           Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
 Future<ListIdentitiesResult> AmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest listIdentitiesRequest)
           Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
 Future<ListIdentitiesResult> AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(ListIdentitiesRequest listIdentitiesRequest, AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)
           Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
 Future<ListIdentitiesResult> AmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest listIdentitiesRequest, AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)
           Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
 

Method parameters in com.amazonaws.services.simpleemail with type arguments of type ListIdentitiesRequest
 Future<ListIdentitiesResult> AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(ListIdentitiesRequest listIdentitiesRequest, AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)
           Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
 Future<ListIdentitiesResult> AmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest listIdentitiesRequest, AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)
           Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
 

Uses of ListIdentitiesRequest in com.amazonaws.services.simpleemail.model
 

Methods in com.amazonaws.services.simpleemail.model that return ListIdentitiesRequest
 ListIdentitiesRequest ListIdentitiesRequest.withIdentityType(IdentityType identityType)
          The type of the identities to list.
 ListIdentitiesRequest ListIdentitiesRequest.withIdentityType(String identityType)
          The type of the identities to list.
 ListIdentitiesRequest ListIdentitiesRequest.withMaxItems(Integer maxItems)
          The maximum number of identities per page.
 ListIdentitiesRequest ListIdentitiesRequest.withNextToken(String nextToken)
          The token to use for pagination.
 



Copyright © 2016. All rights reserved.