Uses of Class
com.amazonaws.services.simpleemail.model.SetIdentityFeedbackForwardingEnabledRequest
Packages that use SetIdentityFeedbackForwardingEnabledRequest
-
Uses of SetIdentityFeedbackForwardingEnabledRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type SetIdentityFeedbackForwardingEnabledRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.setIdentityFeedbackForwardingEnabled(SetIdentityFeedbackForwardingEnabledRequest request) AmazonSimpleEmailService.setIdentityFeedbackForwardingEnabled(SetIdentityFeedbackForwardingEnabledRequest setIdentityFeedbackForwardingEnabledRequest) Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email.AmazonSimpleEmailServiceClient.setIdentityFeedbackForwardingEnabled(SetIdentityFeedbackForwardingEnabledRequest setIdentityFeedbackForwardingEnabledRequest) Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email.AbstractAmazonSimpleEmailServiceAsync.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest request) AbstractAmazonSimpleEmailServiceAsync.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest request, AsyncHandler<SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResult> asyncHandler) AmazonSimpleEmailServiceAsync.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest setIdentityFeedbackForwardingEnabledRequest) Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email.AmazonSimpleEmailServiceAsync.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest setIdentityFeedbackForwardingEnabledRequest, AsyncHandler<SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResult> asyncHandler) Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email.AmazonSimpleEmailServiceAsyncClient.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest request) AmazonSimpleEmailServiceAsyncClient.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest request, AsyncHandler<SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type SetIdentityFeedbackForwardingEnabledRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest request, AsyncHandler<SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResult> asyncHandler) AmazonSimpleEmailServiceAsync.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest setIdentityFeedbackForwardingEnabledRequest, AsyncHandler<SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResult> asyncHandler) Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email.AmazonSimpleEmailServiceAsyncClient.setIdentityFeedbackForwardingEnabledAsync(SetIdentityFeedbackForwardingEnabledRequest request, AsyncHandler<SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResult> asyncHandler) -
Uses of SetIdentityFeedbackForwardingEnabledRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SetIdentityFeedbackForwardingEnabledRequestModifier and TypeMethodDescriptionSetIdentityFeedbackForwardingEnabledRequest.clone()SetIdentityFeedbackForwardingEnabledRequest.withForwardingEnabled(Boolean forwardingEnabled) Sets whether Amazon SES will forward bounce and complaint notifications as email.SetIdentityFeedbackForwardingEnabledRequest.withIdentity(String identity) The identity for which to set bounce and complaint notification forwarding.