Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityMailFromAttributesResponse
-
Packages that use PutEmailIdentityMailFromAttributesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutEmailIdentityMailFromAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityMailFromAttributesResponse Modifier and Type Method Description default PutEmailIdentityMailFromAttributesResponse
SesV2Client. putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest)
Used to enable or disable the custom Mail-From domain configuration for an email identity.default PutEmailIdentityMailFromAttributesResponse
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 PutEmailIdentityMailFromAttributesResponse Modifier and Type Method Description default CompletableFuture<PutEmailIdentityMailFromAttributesResponse>
SesV2AsyncClient. putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest)
Used to enable or disable the custom Mail-From domain configuration for an email identity.default CompletableFuture<PutEmailIdentityMailFromAttributesResponse>
SesV2AsyncClient. putEmailIdentityMailFromAttributes(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
-