| 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).
|
| Modifier and Type | Method and Description |
|---|---|
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,
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,
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,
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,
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 |
|---|---|
ListIdentityPoliciesResult |
ListIdentityPoliciesResult.clone() |
ListIdentityPoliciesResult |
ListIdentityPoliciesResult.withPolicyNames(Collection<String> policyNames)
A list of names of policies that apply to the specified identity.
|
ListIdentityPoliciesResult |
ListIdentityPoliciesResult.withPolicyNames(String... policyNames)
A list of names of policies that apply to the specified identity.
|
Copyright © 2015. All rights reserved.