Uses of Class
com.amazonaws.services.simpleemail.model.ListIdentitiesResult
-
Packages that use ListIdentitiesResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of ListIdentitiesResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return ListIdentitiesResult Modifier and Type Method Description ListIdentitiesResultAbstractAmazonSimpleEmailService. listIdentities()ListIdentitiesResultAbstractAmazonSimpleEmailService. listIdentities(ListIdentitiesRequest request)ListIdentitiesResultAmazonSimpleEmailService. listIdentities()Simplified method form for invoking the ListIdentities operation.ListIdentitiesResultAmazonSimpleEmailService. listIdentities(ListIdentitiesRequest listIdentitiesRequest)Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.ListIdentitiesResultAmazonSimpleEmailServiceClient. listIdentities()ListIdentitiesResultAmazonSimpleEmailServiceClient. listIdentities(ListIdentitiesRequest listIdentitiesRequest)Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.Methods in com.amazonaws.services.simpleemail that return types with arguments of type ListIdentitiesResult Modifier and Type Method Description Future<ListIdentitiesResult>AbstractAmazonSimpleEmailServiceAsync. listIdentitiesAsync()Simplified method form for invoking the ListIdentities operation.Future<ListIdentitiesResult>AbstractAmazonSimpleEmailServiceAsync. listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Simplified method form for invoking the ListIdentities operation with an AsyncHandler.Future<ListIdentitiesResult>AbstractAmazonSimpleEmailServiceAsync. listIdentitiesAsync(ListIdentitiesRequest request)Future<ListIdentitiesResult>AbstractAmazonSimpleEmailServiceAsync. listIdentitiesAsync(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsync. listIdentitiesAsync()Simplified method form for invoking the ListIdentities operation.Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsync. listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Simplified method form for invoking the ListIdentities operation with an AsyncHandler.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>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.Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsyncClient. listIdentitiesAsync()Simplified method form for invoking the ListIdentities operation.Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsyncClient. listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Simplified method form for invoking the ListIdentities operation with an AsyncHandler.Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsyncClient. listIdentitiesAsync(ListIdentitiesRequest request)Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsyncClient. listIdentitiesAsync(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Method parameters in com.amazonaws.services.simpleemail with type arguments of type ListIdentitiesResult Modifier and Type Method Description Future<ListIdentitiesResult>AbstractAmazonSimpleEmailServiceAsync. listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Simplified method form for invoking the ListIdentities operation with an AsyncHandler.Future<ListIdentitiesResult>AbstractAmazonSimpleEmailServiceAsync. listIdentitiesAsync(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsync. listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Simplified method form for invoking the ListIdentities operation with an AsyncHandler.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.Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsyncClient. listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)Simplified method form for invoking the ListIdentities operation with an AsyncHandler.Future<ListIdentitiesResult>AmazonSimpleEmailServiceAsyncClient. listIdentitiesAsync(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler) -
Uses of ListIdentitiesResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ListIdentitiesResult Modifier and Type Method Description ListIdentitiesResultListIdentitiesResult. clone()ListIdentitiesResultListIdentitiesResult. withIdentities(String... identities)A list of identities.ListIdentitiesResultListIdentitiesResult. withIdentities(Collection<String> identities)A list of identities.ListIdentitiesResultListIdentitiesResult. withNextToken(String nextToken)The token used for pagination.
-