Uses of Class
software.amazon.awssdk.services.pinpointemail.model.PutEmailIdentityFeedbackAttributesResponse
-
Packages that use PutEmailIdentityFeedbackAttributesResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of PutEmailIdentityFeedbackAttributesResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return PutEmailIdentityFeedbackAttributesResponse Modifier and Type Method Description default PutEmailIdentityFeedbackAttributesResponsePinpointEmailClient. putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> putEmailIdentityFeedbackAttributesRequest)Used to enable or disable feedback forwarding for an identity.default PutEmailIdentityFeedbackAttributesResponsePinpointEmailClient. putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest)Used to enable or disable feedback forwarding for an identity.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type PutEmailIdentityFeedbackAttributesResponse Modifier and Type Method Description default CompletableFuture<PutEmailIdentityFeedbackAttributesResponse>PinpointEmailAsyncClient. putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> putEmailIdentityFeedbackAttributesRequest)Used to enable or disable feedback forwarding for an identity.default CompletableFuture<PutEmailIdentityFeedbackAttributesResponse>PinpointEmailAsyncClient. putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest)Used to enable or disable feedback forwarding for an identity.
-