Uses of Class
software.amazon.awssdk.services.pinpointemail.model.PutEmailIdentityMailFromAttributesRequest
-
Packages that use PutEmailIdentityMailFromAttributesRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of PutEmailIdentityMailFromAttributesRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type PutEmailIdentityMailFromAttributesRequest Modifier and Type Method Description default CompletableFuture<PutEmailIdentityMailFromAttributesResponse>PinpointEmailAsyncClient. putEmailIdentityMailFromAttributes(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest)Used to enable or disable the custom Mail-From domain configuration for an email identity.default PutEmailIdentityMailFromAttributesResponsePinpointEmailClient. 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.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type PutEmailIdentityMailFromAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutEmailIdentityMailFromAttributesRequestMarshaller. marshall(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest)
-