| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoliciesResult |
AmazonSimpleEmailServiceClient.listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain).
|
ListIdentityPoliciesResult |
AmazonSimpleEmailService.listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain).
|
Future<ListIdentityPoliciesResult> |
AmazonSimpleEmailServiceAsync.listIdentityPoliciesAsync(ListIdentityPoliciesRequest listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain).
|
Future<ListIdentityPoliciesResult> |
AmazonSimpleEmailServiceAsyncClient.listIdentityPoliciesAsync(ListIdentityPoliciesRequest listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain).
|
Future<ListIdentityPoliciesResult> |
AmazonSimpleEmailServiceAsync.listIdentityPoliciesAsync(ListIdentityPoliciesRequest listIdentityPoliciesRequest,
com.amazonaws.handlers.AsyncHandler<ListIdentityPoliciesRequest,ListIdentityPoliciesResult> asyncHandler)
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain).
|
Future<ListIdentityPoliciesResult> |
AmazonSimpleEmailServiceAsyncClient.listIdentityPoliciesAsync(ListIdentityPoliciesRequest listIdentityPoliciesRequest,
com.amazonaws.handlers.AsyncHandler<ListIdentityPoliciesRequest,ListIdentityPoliciesResult> asyncHandler)
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIdentityPoliciesResult> |
AmazonSimpleEmailServiceAsync.listIdentityPoliciesAsync(ListIdentityPoliciesRequest listIdentityPoliciesRequest,
com.amazonaws.handlers.AsyncHandler<ListIdentityPoliciesRequest,ListIdentityPoliciesResult> asyncHandler)
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain).
|
Future<ListIdentityPoliciesResult> |
AmazonSimpleEmailServiceAsyncClient.listIdentityPoliciesAsync(ListIdentityPoliciesRequest listIdentityPoliciesRequest,
com.amazonaws.handlers.AsyncHandler<ListIdentityPoliciesRequest,ListIdentityPoliciesResult> asyncHandler)
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain).
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoliciesRequest |
ListIdentityPoliciesRequest.clone() |
ListIdentityPoliciesRequest |
ListIdentityPoliciesRequest.withIdentity(String identity)
The identity that is associated with the policy for which the policies
will be listed.
|
Copyright © 2015. All rights reserved.