Uses of Class
software.amazon.awssdk.services.pinpointemail.model.PutEmailIdentityFeedbackAttributesRequest
-
Packages that use PutEmailIdentityFeedbackAttributesRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of PutEmailIdentityFeedbackAttributesRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type PutEmailIdentityFeedbackAttributesRequest Modifier and Type Method Description default CompletableFuture<PutEmailIdentityFeedbackAttributesResponse>PinpointEmailAsyncClient. putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest 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. -
Uses of PutEmailIdentityFeedbackAttributesRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type PutEmailIdentityFeedbackAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutEmailIdentityFeedbackAttributesRequestMarshaller. marshall(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest)
-