Uses of Class
software.amazon.awssdk.services.sesv2.model.PutAccountSendingAttributesRequest
-
Packages that use PutAccountSendingAttributesRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of PutAccountSendingAttributesRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type PutAccountSendingAttributesRequest Modifier and Type Method Description default CompletableFuture<PutAccountSendingAttributesResponse>SesV2AsyncClient. putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.default PutAccountSendingAttributesResponseSesV2Client. putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email. -
Uses of PutAccountSendingAttributesRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type PutAccountSendingAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutAccountSendingAttributesRequestMarshaller. marshall(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest)
-