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