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