Uses of Class
com.amazonaws.services.simpleemail.model.PutIdentityPolicyRequest
-
Packages that use PutIdentityPolicyRequest Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of PutIdentityPolicyRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type PutIdentityPolicyRequest Modifier and Type Method Description PutIdentityPolicyResultAbstractAmazonSimpleEmailService. putIdentityPolicy(PutIdentityPolicyRequest request)PutIdentityPolicyResultAmazonSimpleEmailService. putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest)Adds or updates a sending authorization policy for the specified identity (email address or domain).PutIdentityPolicyResultAmazonSimpleEmailServiceClient. putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest)Adds or updates a sending authorization policy for the specified identity (email address or domain).Future<PutIdentityPolicyResult>AbstractAmazonSimpleEmailServiceAsync. putIdentityPolicyAsync(PutIdentityPolicyRequest request)Future<PutIdentityPolicyResult>AbstractAmazonSimpleEmailServiceAsync. putIdentityPolicyAsync(PutIdentityPolicyRequest request, AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler)Future<PutIdentityPolicyResult>AmazonSimpleEmailServiceAsync. putIdentityPolicyAsync(PutIdentityPolicyRequest putIdentityPolicyRequest)Adds or updates a sending authorization policy for the specified identity (email address or domain).Future<PutIdentityPolicyResult>AmazonSimpleEmailServiceAsync. putIdentityPolicyAsync(PutIdentityPolicyRequest putIdentityPolicyRequest, AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler)Adds or updates a sending authorization policy for the specified identity (email address or domain).Future<PutIdentityPolicyResult>AmazonSimpleEmailServiceAsyncClient. putIdentityPolicyAsync(PutIdentityPolicyRequest request)Future<PutIdentityPolicyResult>AmazonSimpleEmailServiceAsyncClient. putIdentityPolicyAsync(PutIdentityPolicyRequest request, AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler)Method parameters in com.amazonaws.services.simpleemail with type arguments of type PutIdentityPolicyRequest Modifier and Type Method Description Future<PutIdentityPolicyResult>AbstractAmazonSimpleEmailServiceAsync. putIdentityPolicyAsync(PutIdentityPolicyRequest request, AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler)Future<PutIdentityPolicyResult>AmazonSimpleEmailServiceAsync. putIdentityPolicyAsync(PutIdentityPolicyRequest putIdentityPolicyRequest, AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler)Adds or updates a sending authorization policy for the specified identity (email address or domain).Future<PutIdentityPolicyResult>AmazonSimpleEmailServiceAsyncClient. putIdentityPolicyAsync(PutIdentityPolicyRequest request, AsyncHandler<PutIdentityPolicyRequest,PutIdentityPolicyResult> asyncHandler) -
Uses of PutIdentityPolicyRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return PutIdentityPolicyRequest Modifier and Type Method Description PutIdentityPolicyRequestPutIdentityPolicyRequest. clone()PutIdentityPolicyRequestPutIdentityPolicyRequest. withIdentity(String identity)The identity to which the policy will apply.PutIdentityPolicyRequestPutIdentityPolicyRequest. withPolicy(String policy)The text of the policy in JSON format.PutIdentityPolicyRequestPutIdentityPolicyRequest. withPolicyName(String policyName)The name of the policy.
-