Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityMailFromAttributesRequest
-
Packages that use PutEmailIdentityMailFromAttributesRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of PutEmailIdentityMailFromAttributesRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type PutEmailIdentityMailFromAttributesRequest Modifier and Type Method Description default CompletableFuture<PutEmailIdentityMailFromAttributesResponse>SesV2AsyncClient. putEmailIdentityMailFromAttributes(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest)Used to enable or disable the custom Mail-From domain configuration for an email identity.default PutEmailIdentityMailFromAttributesResponseSesV2Client. putEmailIdentityMailFromAttributes(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest)Used to enable or disable the custom Mail-From domain configuration for an email identity. -
Uses of PutEmailIdentityMailFromAttributesRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type PutEmailIdentityMailFromAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutEmailIdentityMailFromAttributesRequestMarshaller. marshall(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest)
-