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