Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityFeedbackAttributesResponse
Packages that use PutEmailIdentityFeedbackAttributesResponse
-
Uses of PutEmailIdentityFeedbackAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityFeedbackAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> putEmailIdentityFeedbackAttributesRequest) Used to enable or disable feedback forwarding for an identity.SesV2Client.putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest) Used to enable or disable feedback forwarding for an identity.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutEmailIdentityFeedbackAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> putEmailIdentityFeedbackAttributesRequest) Used to enable or disable feedback forwarding for an identity.SesV2AsyncClient.putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest) Used to enable or disable feedback forwarding for an identity.