Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityFeedbackAttributesRequest
-
Packages that use PutEmailIdentityFeedbackAttributesRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of PutEmailIdentityFeedbackAttributesRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type PutEmailIdentityFeedbackAttributesRequest Modifier and Type Method Description default CompletableFuture<PutEmailIdentityFeedbackAttributesResponse>SesV2AsyncClient. putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest)Used to enable or disable feedback forwarding for an identity.default PutEmailIdentityFeedbackAttributesResponseSesV2Client. putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest)Used to enable or disable feedback forwarding for an identity. -
Uses of PutEmailIdentityFeedbackAttributesRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type PutEmailIdentityFeedbackAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutEmailIdentityFeedbackAttributesRequestMarshaller. marshall(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest)
-