Uses of Class
com.amazonaws.services.simpleemail.model.ListIdentitiesResult
Packages that use ListIdentitiesResult
-
Uses of ListIdentitiesResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return ListIdentitiesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.listIdentities()AbstractAmazonSimpleEmailService.listIdentities(ListIdentitiesRequest request) AmazonSimpleEmailService.listIdentities()Simplified method form for invoking the ListIdentities operation.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()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.Methods in com.amazonaws.services.simpleemail that return types with arguments of type ListIdentitiesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync()Simplified method form for invoking the ListIdentities operation.AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) Simplified method form for invoking the ListIdentities operation with an AsyncHandler.AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest request) AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) AmazonSimpleEmailServiceAsync.listIdentitiesAsync()Simplified method form for invoking the ListIdentities operation.AmazonSimpleEmailServiceAsync.listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) Simplified method form for invoking the ListIdentities operation with an 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()Simplified method form for invoking the ListIdentities operation.AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) Simplified method form for invoking the ListIdentities operation with an AsyncHandler.AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(ListIdentitiesRequest request) AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(ListIdentitiesRequest request, AsyncHandler<ListIdentitiesRequest, ListIdentitiesResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type ListIdentitiesResultModifier 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 ListIdentitiesResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ListIdentitiesResultModifier and TypeMethodDescriptionListIdentitiesResult.clone()ListIdentitiesResult.withIdentities(String... identities) A list of identities.ListIdentitiesResult.withIdentities(Collection<String> identities) A list of identities.ListIdentitiesResult.withNextToken(String nextToken) The token used for pagination.