Uses of Class
com.amazonaws.services.simpleemail.model.PutIdentityPolicyResult
-
Packages that use PutIdentityPolicyResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of PutIdentityPolicyResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return PutIdentityPolicyResult Modifier and Type Method Description PutIdentityPolicyResult
AbstractAmazonSimpleEmailService. putIdentityPolicy(PutIdentityPolicyRequest request)
PutIdentityPolicyResult
AmazonSimpleEmailService. putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest)
Adds or updates a sending authorization policy for the specified identity (email address or domain).PutIdentityPolicyResult
AmazonSimpleEmailServiceClient. putIdentityPolicy(PutIdentityPolicyRequest putIdentityPolicyRequest)
Adds or updates a sending authorization policy for the specified identity (email address or domain).Method parameters in com.amazonaws.services.simpleemail with type arguments of type PutIdentityPolicyResult 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 PutIdentityPolicyResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return PutIdentityPolicyResult Modifier and Type Method Description PutIdentityPolicyResult
PutIdentityPolicyResult. clone()
-