Package | Description |
---|---|
com.amazonaws.services.simpleemail |
|
com.amazonaws.services.simpleemail.model |
Modifier and Type | Method and Description |
---|---|
ListIdentitiesResult |
AmazonSimpleEmailServiceClient.listIdentities(ListIdentitiesRequest listIdentitiesRequest)
Returns a list containing all of the identities (email addresses and domains) for your AWS account, regardless of
verification status.
|
ListIdentitiesResult |
AbstractAmazonSimpleEmailService.listIdentities(ListIdentitiesRequest request) |
ListIdentitiesResult |
AmazonSimpleEmailService.listIdentities(ListIdentitiesRequest listIdentitiesRequest)
Returns a list containing all of the identities (email addresses and domains) for your 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 your AWS account, regardless of
verification status.
|
Future<ListIdentitiesResult> |
AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(ListIdentitiesRequest request) |
Future<ListIdentitiesResult> |
AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest request) |
Future<ListIdentitiesResult> |
AmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest listIdentitiesRequest,
AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)
Returns a list containing all of the identities (email addresses and domains) for your AWS account, regardless of
verification status.
|
Future<ListIdentitiesResult> |
AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(ListIdentitiesRequest request,
AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler) |
Future<ListIdentitiesResult> |
AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest request,
AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListIdentitiesResult> |
AmazonSimpleEmailServiceAsync.listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)
Simplified method form for invoking the ListIdentities operation with an AsyncHandler.
|
Future<ListIdentitiesResult> |
AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler)
Simplified method form for invoking the ListIdentities operation with an AsyncHandler.
|
Future<ListIdentitiesResult> |
AbstractAmazonSimpleEmailServiceAsync.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 your AWS account, regardless of
verification status.
|
Future<ListIdentitiesResult> |
AmazonSimpleEmailServiceAsyncClient.listIdentitiesAsync(ListIdentitiesRequest request,
AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler) |
Future<ListIdentitiesResult> |
AbstractAmazonSimpleEmailServiceAsync.listIdentitiesAsync(ListIdentitiesRequest request,
AsyncHandler<ListIdentitiesRequest,ListIdentitiesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListIdentitiesRequest |
ListIdentitiesRequest.clone() |
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.