Uses of Class
com.amazonaws.services.simpleemail.model.ListIdentitiesRequest
Packages that use ListIdentitiesRequest
-
Uses of ListIdentitiesRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type ListIdentitiesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.listIdentities
(ListIdentitiesRequest request) 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.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.AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync
(ListIdentitiesRequest request) AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync
(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) 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.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.AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync
(ListIdentitiesRequest request) AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync
(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type ListIdentitiesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync
(AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) Simplified method form for invoking the ListIdentities operation with an AsyncHandler.AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync
(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) AmazonSimpleEmailServiceAsync.listIdentitiesAsync
(AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) Simplified method form for invoking the ListIdentities operation with an AsyncHandler.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.AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync
(AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) Simplified method form for invoking the ListIdentities operation with an AsyncHandler.AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync
(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) -
Uses of ListIdentitiesRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ListIdentitiesRequestModifier and TypeMethodDescriptionListIdentitiesRequest.clone()
ListIdentitiesRequest.withIdentityType
(IdentityType identityType) The type of the identities to list.ListIdentitiesRequest.withIdentityType
(String identityType) The type of the identities to list.ListIdentitiesRequest.withMaxItems
(Integer maxItems) The maximum number of identities per page.ListIdentitiesRequest.withNextToken
(String nextToken) The token to use for pagination.