Uses of Class
com.amazonaws.services.simpleemail.model.ListIdentityPoliciesResult
-
Packages that use ListIdentityPoliciesResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of ListIdentityPoliciesResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return ListIdentityPoliciesResult Modifier and Type Method Description ListIdentityPoliciesResult
AbstractAmazonSimpleEmailService. listIdentityPolicies(ListIdentityPoliciesRequest request)
ListIdentityPoliciesResult
AmazonSimpleEmailService. listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to the given identity (email address or domain).ListIdentityPoliciesResult
AmazonSimpleEmailServiceClient. listIdentityPolicies(ListIdentityPoliciesRequest listIdentityPoliciesRequest)
Returns a list of sending authorization policies that are attached to the given identity (email address or domain).Method parameters in com.amazonaws.services.simpleemail with type arguments of type ListIdentityPoliciesResult Modifier and Type Method Description Future<ListIdentityPoliciesResult>
AbstractAmazonSimpleEmailServiceAsync. listIdentityPoliciesAsync(ListIdentityPoliciesRequest request, AsyncHandler<ListIdentityPoliciesRequest,ListIdentityPoliciesResult> asyncHandler)
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 request, AsyncHandler<ListIdentityPoliciesRequest,ListIdentityPoliciesResult> asyncHandler)
-
Uses of ListIdentityPoliciesResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ListIdentityPoliciesResult Modifier and Type Method Description ListIdentityPoliciesResult
ListIdentityPoliciesResult. clone()
ListIdentityPoliciesResult
ListIdentityPoliciesResult. withPolicyNames(String... policyNames)
A list of names of policies that apply to the specified identity.ListIdentityPoliciesResult
ListIdentityPoliciesResult. withPolicyNames(Collection<String> policyNames)
A list of names of policies that apply to the specified identity.
-