Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityFeedbackAttributesRequest.Builder
Packages that use PutEmailIdentityFeedbackAttributesRequest.Builder
Package
Description
-
Uses of PutEmailIdentityFeedbackAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutEmailIdentityFeedbackAttributesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> putEmailIdentityFeedbackAttributesRequest) Used to enable or disable feedback forwarding for an identity.SesV2Client.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 PutEmailIdentityFeedbackAttributesRequest.BuilderModifier and TypeMethodDescriptionPutEmailIdentityFeedbackAttributesRequest.builder()PutEmailIdentityFeedbackAttributesRequest.Builder.emailForwardingEnabled(Boolean emailForwardingEnabled) Sets the feedback forwarding configuration for the identity.PutEmailIdentityFeedbackAttributesRequest.Builder.emailIdentity(String emailIdentity) The email identity.PutEmailIdentityFeedbackAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutEmailIdentityFeedbackAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutEmailIdentityFeedbackAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutEmailIdentityFeedbackAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutEmailIdentityFeedbackAttributesRequest.Builder>PutEmailIdentityFeedbackAttributesRequest.serializableBuilderClass()