Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityMailFromAttributesResponse
Packages that use PutEmailIdentityMailFromAttributesResponse
-
Uses of PutEmailIdentityMailFromAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityMailFromAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest) Used to enable or disable the custom Mail-From domain configuration for an email identity.SesV2Client.putEmailIdentityMailFromAttributes(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest) Used to enable or disable the custom Mail-From domain configuration for an email identity.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutEmailIdentityMailFromAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest) Used to enable or disable the custom Mail-From domain configuration for an email identity.SesV2AsyncClient.putEmailIdentityMailFromAttributes(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest) Used to enable or disable the custom Mail-From domain configuration for an email identity.