Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityFeedbackAttributesResponse
-
Packages that use PutEmailIdentityFeedbackAttributesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutEmailIdentityFeedbackAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityFeedbackAttributesResponse Modifier and Type Method Description default PutEmailIdentityFeedbackAttributesResponseSesV2Client. putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutEmailIdentityFeedbackAttributesResponse Modifier and Type Method Description default CompletableFuture<PutEmailIdentityFeedbackAttributesResponse>SesV2AsyncClient. putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> putEmailIdentityFeedbackAttributesRequest)Used to enable or disable feedback forwarding for an identity.default CompletableFuture<PutEmailIdentityFeedbackAttributesResponse>SesV2AsyncClient. putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest)Used to enable or disable feedback forwarding for an identity.
-